Convertire file Excel in HTML in PHP
Contents
[
Hide
]
Aspose.Cells - Convertire file Excel in HTML
Per convertire Excel in HTML usando Aspose.Cells for Java in PHP, basta invocare il metodo worksheet_to_html() del modulo Converter.
Codice PHP
$saveFormat = new SaveFormat();
$workbook = new Workbook($dataDir . "Book1.xls");
//Save the document in PDF format
$workbook->save($dataDir . "OutBook1.html", $saveFormat->HTML);
Scarica il codice in esecuzione
Scarica Convertire file Excel in HTML (Aspose.Cells) da uno dei siti di codice sociale menzionati di seguito: