Download the PHP package quytvoday/htmlphpexcel without Composer
On this page you can find all versions of the php package quytvoday/htmlphpexcel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package htmlphpexcel
HtmlPhpExcel
This is a php library based on PhpSpreadsheet which simplifies converting html tables to excel files. It allows styling right within the html template with specific attributes.
Installation
Add HtmlPhpExcel to your composer.json:
Simple example
For a more complex example with styling options see example directory.
Styling
There is support for specific html attributes to allow styling of the excel output. The attributes expect the content to be json_encoded.
_excel-styles
Supports everything which is possible with PhpSpreadsheet'sapplyFromArray()
method (also see here).
Example:
_excel-dimensions
Supports changing dimensions of rows (when applied to a<tr>
or<td>
) or column (when applied to a<td>
),
Example:
_excel-explicit
Supports applying an explicit cell value type.
Example:
All versions of htmlphpexcel with dependencies
PHP Build Version
Package Version
The package quytvoday/htmlphpexcel contains the following files
Loading the files please wait ....