🚀 PHP Extension for creating and reader XLSX files.
fork from : https://github.com/viest/php-ext-xlswriter.git
|
5 年之前 | |
---|---|---|
backup | 6 年之前 | |
ide-helper | 5 年之前 | |
include | 5 年之前 | |
kernel | 5 年之前 | |
library | 5 年之前 | |
resource | 5 年之前 | |
tests | 5 年之前 | |
travis | 6 年之前 | |
.appveyor.yml | 5 年之前 | |
.gitignore | 6 年之前 | |
.gitmodules | 5 年之前 | |
.travis.yml | 5 年之前 | |
CREDITS | 7 年之前 | |
LICENSE | 7 年之前 | |
README.md | 5 年之前 | |
README_zh.md | 5 年之前 | |
config.m4 | 5 年之前 | |
config.w32 | 6 年之前 | |
excel.php | 7 年之前 | |
package.xml | 5 年之前 | |
php_xlswriter.h | 5 年之前 | |
xlswriter.c | 5 年之前 |
Please refer to the image below. PHPExcel has been unable to work properly for memory reasons at 40,000 and 100000 points, but it can be resolved by modifying the ini configuration, but the time may take longer to complete the work;
xlswriter is a PHP C Extension that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file. It supports features such as:
Test environment: Macbook Pro 13 inch, Intel Core i5, 16GB 2133MHz LPDDR3 Memory, 128GB SSD Storage.
Two memory modes export 1 million rows of data (27 columns, data is string)
1 million rows of data (1 columns, data is inter)
FreeBSD license