Download the PHP package diego3/php-export-data without Composer
On this page you can find all versions of the php package diego3/php-export-data. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download diego3/php-export-data
More information about diego3/php-export-data
Files in diego3/php-export-data
Package php-export-data
Short Description A simple library for exporting tabular data to Excel-friendly XML, CSV, or TSV
License MIT
Homepage http://github.com/diego3/php-export-data
Informations about the package php-export-data
php-export-data by Eli Dickinson
http://github.com/elidickinson/php-export-data
Released under the permissive MIT License: http://www.opensource.org/licenses/mit-license.php
A simple library for exporting tabular data to Excel-friendly XML, CSV, or TSV. It supports streaming exported data to a file or directly to the browser as a download so it is suitable for exporting large datasets (you won't run out of memory).
Excel XML code is based on Excel_XML by Oliver Schwarz (http://github.com/oliverschwarz/php-excel)
Composer Install
How to use it
See the test/ directory for more examples.
Some other options for creating Excel files from PHP are listed here: http://stackoverflow.com/questions/3930975/alternative-for-php-excel/3931142#3931142