Conversion en fichiers MHTML en PHP
Contents
[
Hide
]
Aspose.Cells - Conversion en fichiers MHTML
Pour convertir une feuille de calcul en fichier MHTML à l’aide du Aspose.Cells for Java en PHP, il suffit d’appeler la méthode worksheet_to_mhtml() du module Converter.
Code 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);
Télécharger le code en cours d’exécution
Téléchargez Converting to MHTML Files (Aspose.Cells) depuis l’un des sites de codage social mentionnés ci-dessous: