PHP での MHTML ファイルへの変換
Contents
[
Hide
]
Aspose.Cells - MHTML ファイルへの変換
PHP で Aspose.Cells for Java を使用してワークシートを MHTML ファイルに変換するには、ワークシートを呼び出すだけです。_に_Converter モジュールの mhtml() メソッド。
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);
実行中のコードをダウンロード
ダウンロード**MHTML ファイルへの変換 (Aspose.Cells)**以下のソーシャルコーディングサイトのいずれかから: