PhpSpreadsheet/src/PhpSpreadsheet
Adrien Crivelli ea2d4b96f6
Avoid memory leak
When creating a spreadsheet, and writing to Xlsx, then to Xls, then
reading the Xls, it would leak memory during reading.

Fixes #2092
2021-05-17 11:19:19 +09:00
..
Calculation PHPCS Fixes 2021-05-14 14:35:23 +02:00
Cell Use named regex groups and constants for regex strings 2021-05-07 14:34:05 +02:00
Chart Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
Collection Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
Document PHPStan Level 3 2021-04-11 16:33:53 +09:00
Helper Mpdf Caching 2021-04-29 00:10:22 -07:00
Reader Avoid memory leak by registering shutdown function exactly 1 time 2021-05-16 12:39:08 +09:00
RichText PHPStan Level 2 2021-04-04 22:06:00 +09:00
Shared Some method renaming 2021-05-12 17:17:25 +02:00
Style #984 fix php-cs-fixer warnings 2021-05-11 12:44:40 +02:00
Worksheet Avoid memory leak 2021-05-17 11:19:19 +09:00
Writer Avoid memory leak by releasing image resources 2021-05-16 12:39:09 +09:00
Comment.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
DefinedName.php Improved Support for INDIRECT, ROW, and COLUMN Functions (#2004) 2021-04-20 22:16:21 +02:00
DocumentGenerator.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
Exception.php Drop unused code and fix some PhpStorm warnings 2017-10-08 01:21:32 +09:00
HashTable.php PHPStan Level 3 2021-04-11 16:33:53 +09:00
IComparable.php Remove boilerplates 2017-09-30 22:12:28 +09:00
IOFactory.php Introduce PHPStan 2021-04-03 16:13:21 +09:00
NamedFormula.php Named formula fix for empty formula value 2021-01-29 15:43:49 +01:00
NamedRange.php Named formula implementation, and improved handling of Defined Names generally (#1535) 2020-07-26 12:00:06 +02:00
ReferenceHelper.php PHPStan Level 2 2021-04-04 22:06:00 +09:00
Settings.php PHPStan Level 3 2021-04-11 16:33:53 +09:00
Spreadsheet.php Avoid memory leak by allowing to release `Style` objects (bis) 2021-05-16 13:54:13 +09:00