在 PHP 中将 Excel 文件转换为 HTML
Contents
[
Hide
]
Aspose.Cells - 将 Excel 文件转换为 HTML
要在 PHP 中使用 Aspose.Cells for Java 将 Excel 转换为 HTML,只需调用工作表_到_Converter 模块的 html() 方法。
PHP代码
$saveFormat = new SaveFormat();
$workbook = new Workbook($dataDir . "Book1.xls");
//Save the document in PDF format
$workbook->save($dataDir . "OutBook1.html", $saveFormat->HTML);
下载运行代码
下载**将 Excel 文件转换为 HTML (Aspose.Cells)**来自以下任何社交编码网站: