Download the PHP package zhaqq/xlsx without Composer
On this page you can find all versions of the php package zhaqq/xlsx. 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 xlsx
xlsx - writer
- PHP >= 7.1
- see to PHP_XLSXWriter
install
CLI Example
rows | time | memory |
---|---|---|
100 | 0.017s | 2MB |
1000 | 0.018s | 2MB |
5000 | 0.151s | 2MB |
50000 | 0.696s | 2MB |
100000 | 1.411s | 2MB |
150000 | 2.067s | 2MB |
200000 | 2.720s | 2MB |
250000 | 3.307s | 2MB |
usage function
- do it : =A{n}+B{n} or =A2+B3
- make type: number (price, float3)
usage
config
- cell formats
simple formats | format code |
---|---|
string | @ |
integer | 0 |
date | YYYY-MM-DD |
datetime | YYYY-MM-DD HH:MM:SS |
float3 | #,###0.000 |
price | #,##0.00 |
dollar | [$$-1009]#,##0.00;[RED]-[$$-1009]#,##0.00 |
euro | #,##0.00 [$€-407];[RED]-#,##0.00 [$€-407] |
More Configuration Information PHP_XLSXWriter
License MIT
All versions of xlsx with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
ext-zip Version *
ext-zip Version *
The package zhaqq/xlsx contains the following files
Loading the files please wait ....