You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,15 @@
7
7
8
8
This package is _NOT_ intended to be complete and flexible, but to be *fast*.
9
9
10
-
[PHPOffice/PHPExcel](https://github.com/PHPOffice/PHPExcel) and [PHPOffice/PhpSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) are great libraries,
10
+
~[PHPOffice/PHPExcel](https://github.com/PHPOffice/PHPExcel) and [PHPOffice/PhpSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) are great libraries,
11
11
but abstract everything in memory before writing to the disk. This is
12
12
extremely inefficent and slow if you need to write a giant XLS with thousands
13
-
rows and hundreds columns.
13
+
rows and hundreds columns.~
14
+
15
+
PhpSpreadsheet now implements [memory saving techniques](https://phpspreadsheet.readthedocs.io/en/latest/topics/memory_saving/)
16
+
and relying on XLS files is not necessary anymore.
17
+
Please refer to the new https://github.com/Slamdunk/php-spreadsheet-helper for using this helper
18
+
on the newer XLSX format.
14
19
15
20
Based on [Spreadsheet_Excel_Writer v0.9.3](http://pear.php.net/package/Spreadsheet_Excel_Writer),
16
21
which can be found active on [Github](https://github.com/pear/Spreadsheet_Excel_Writer).
0 commit comments