Download the PHP package soluble/spreadsheet without Composer
On this page you can find all versions of the php package soluble/spreadsheet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download soluble/spreadsheet
More information about soluble/spreadsheet
Files in soluble/spreadsheet
Package spreadsheet
Short Description Soluble spreadsheet
License MIT
Homepage http://soluble.io
Informations about the package spreadsheet
soluble/spreadsheet
Introduction
soluble-spreadsheet provides a generic wrapper for generating excel documents in PHP.
Warning: soluble-spreadsheet is currently a proof of concept and is limited to the libxl/php_excel extension wrapper. In the future it should be possible to exchange the underlying driver between PHPExcel, native LibXL, Spout or any future implementations without loosing compatibility. PR's and ideas are welcome.
Requirements
- PHP 5.5+ or 7.0+
- libxl php extension
Documentation
- Manual in progress and API documentation available.
Installation
Instant installation via composer.
-
Installing in your PHP project
Most modern frameworks will include Composer out of the box, but ensure the following file is included:
-
Installing libXL / php_excel extension
Take a look to the install the libxl / php_excel extension document.
Examples
Create an excel file
Supported drivers (state)
Name | Language | License | Support |
---|---|---|---|
libXL/php_excel | C (fast) | Commercial | Initial support |
PHPExcel | PHP (slow) | Opensource | Not yet implemented |
Spout | PHP (medium) | Opensource | Not yet implemented |
POI | Java (fast) | Opensource | Not yet implemented |
Contributing
Contribution are welcome see contribution guide