Download the PHP package ellumilel/php-excel-writer without Composer
On this page you can find all versions of the php package ellumilel/php-excel-writer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ellumilel/php-excel-writer
More information about ellumilel/php-excel-writer
Files in ellumilel/php-excel-writer
Download ellumilel/php-excel-writer
More information about ellumilel/php-excel-writer
Files in ellumilel/php-excel-writer
Vendor ellumilel
Package php-excel-writer
Short Description Big data Excel writer with small memory consuming
License MIT
Homepage https://github.com/Ellumilel/php-excel-writer
Package php-excel-writer
Short Description Big data Excel writer with small memory consuming
License MIT
Homepage https://github.com/Ellumilel/php-excel-writer
Please rate this library. Is it a good library?
Informations about the package php-excel-writer
Big data Excel writer. Relatively low memory usage.
Excel spreadsheet in with (Office 2007+) xlsx format, with just basic features
Build:
Use:
ZipArchive
, based on PHP's Zip extension
Supports
- supports PHP 5.4+
- supports simple formulas
- supports currency/date/numeric cell formatting
- takes UTF-8 encoded input
- multiple worksheets
Dev
- PHPUnit
- Optional: PHP_CodeSniffer for PSR-X-compatibility checks
Installation
The preferred way to install this extension is through composer. Either run
or add
to the require section of your composer.json
file.
Formats
- 'string' = 'GENERAL'
- 'text' = '@'
- 'integer' = '0'
- 'float_with_sep' = '#,##0.00'
- 'float' = '0.00'
- 'date' = 'YYYY-MM-DD'
- 'datetime' = 'YYYY-MM-DD HH:MM:SS'
- 'dollar' = '[$$-1009]#,##0.00;[RED]-[$$-1009]#,##0.00'
- 'money' = '[$$-1009]#,##0.00;[RED]-[$$-1009]#,##0.00'
- 'euro' = '#,##0.00 [$€-407];[RED]-#,##0.00 [$€-407]'
- 'rub' = '#,##0.00 [$₽-419];[Red]-#,##0.00 [$₽-419]'
- 'NN' = 'DDD'
- 'NNN' = 'DDDD'
- 'NNNN' = 'DDDD", "'
Examples
Simple:
3.200.000 cell data example, low memory ~0.84 mb, fast write ~120 sec:
Advanced formula/format:
All versions of php-excel-writer with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.4|^7.0|^8.0
The package ellumilel/php-excel-writer contains the following files
Loading the files please wait ....