PhpSpreadsheet/tests
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
..
PhpSpreadsheetTests Avoid memory exhaustion when cloning worksheet with a drawing 2018-08-05 13:21:01 +09:00
data Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
bootstrap.php Simplify bootstrap for tests 2017-01-23 15:05:41 +09:00