PHP'de MHTML Dosyalarına Dönüştürme

Aspose.Cells - MHTML Dosyalarına Dönüştürme

PHP’de Aspose.Cells for Java kullanarak Worksheet’i MHTML dosyasına dönüştürmek için worksheet’i çağırmanız yeterlidir_ile_Dönüştürücü modülünün mhtml() yöntemi.

PHP Kodu

 $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);

Çalışan Kodu İndir

İndirmek**MHTML Dosyalarına Dönüştürme (Aspose.Cells)**aşağıda belirtilen sosyal kodlama sitelerinin herhangi birinden: