PhpSpreadsheet/tests/PhpSpreadsheetTests/Worksheet
Walter Nasich 048947e390
Avoid memory exhaustion when cloning worksheet with a drawing
When cloning `BaseDrawing`, its worksheet will be set as null and thus be
orphaned. But when cloning the worksheet, it will re-assign itself as the
new worksheet for the BaseDrawing.

That way we avoid recursive cloning of a Worksheet that would clone a
BaseDrawing that would clone a Worksheet etc.

Fixes #437
Fixes #613
2018-08-05 13:21:01 +09:00
..
AutoFilter Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
AutoFilterTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
ColumnCellIteratorTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
ColumnIteratorTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
ColumnTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
DrawingTest.php Avoid memory exhaustion when cloning worksheet with a drawing 2018-08-05 13:21:01 +09:00
RowCellIteratorTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
RowIteratorTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
RowTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
WorksheetTest.php Select correct cell when calling freezePane 2018-03-03 16:48:30 +01:00