Convertir a archivos MHTML en PHP

Aspose.Cells - Convertir a archivos MHTML

Para convertir la hoja de cálculo a archivo MHTML usando Aspose.Cells for Java en PHP, simplemente invoque el método worksheet_to_mhtml() del módulo Converter.

Código PHP

 $sveFormat = new SaveFormat();

//Specify the file path

$filePath = $dataDir . "Book1.xlsx";

//Specify the HTML saving options

$sv = new HtmlSaveOptions($sveFormat->M_HTML);

//Instantiate a workbook and open the template XLSX file

$wb = new Workbook($filePath);

//Save the MHT file

$wb->save($filePath . ".out.mht", $sv);

Descargar Código en Ejecución

Descargar Convertir a archivos MHTML (Aspose.Cells) desde alguno de los sitios de codificación social mencionados a continuación: