Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit db48e1c

Browse files
authored
Update README.md
1 parent b55af46 commit db48e1c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@
77

88
This package is _NOT_ intended to be complete and flexible, but to be *fast*.
99

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,
1111
but abstract everything in memory before writing to the disk. This is
1212
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.
1419

1520
Based on [Spreadsheet_Excel_Writer v0.9.3](http://pear.php.net/package/Spreadsheet_Excel_Writer),
1621
which can be found active on [Github](https://github.com/pear/Spreadsheet_Excel_Writer).

0 commit comments

Comments
 (0)