What is the best PHP html table to excel file class? #html table to excel file
Edit
by smll boy - 4 years ago (2020-09-19)
Convert HTML output table data into Excel using php
| I have code to generate output in HTML table format. Now want to convert that format into Excel using a PHP script. |
Ask clarification
2 Recommendations
This class can convert a HTML table to Excel or Word formats.
It can take a given string with an HTML table and builds an Excel or Word XML format to contain the given HTML table data.
If the HTML string contains more than a HTML table, the class strips the remaining HTML just to insert the table data.
The resulting documents can be returned as strings or served for download.
| by Matteo Lucarno package author 30 - 4 years ago (2020-10-13) Comment
I think My class can make the trick you need |
PHP Excel HTML Table: Output HTML that Excel can import as spreadsheets
This package can output HTML that Excel can import as spreadsheets.
It provides several classes that can compose a HTML document displaying values as a tables with row and cell data.
The package can generate HTML as output that can be used as a Microsoft Excel spreadsheet.
In Spanish:
Crear objetos tablas para crear HTML o documentos Excel.
| by Manuel Lemos 26695 - 4 years ago (2020-09-20) Comment
This package can do what you are looking for by taking your HTML table string and generating data for a file that Excel can import. |