PhpSpreadsheet/tests/PhpSpreadsheetTests/Writer/Xlsx
oleibman 4dd5c06c7b
Deleting Sheet with Local Defined Name (#2284)
Fixes issue #2266. Writer/Xlsx fails when there is no longer a sheet which corresponds to the definition of a local defined name. The code is changed to drop such an orphaned name. Writer/Xls does not fail under the same cicrcumstances, so no correction is needed there. Writer/Ods fails in a different manner, and is corrected to no longer do so.
2021-09-15 12:14:13 -07:00
..
ConditionalTest.php Now That SettingsTest Is Well-Behaved 2021-06-30 13:15:20 -07:00
DrawingsTest.php Now That SettingsTest Is Well-Behaved 2021-06-30 13:15:20 -07:00
FloatsRetainedTest.php Now That SettingsTest Is Well-Behaved 2021-06-30 13:15:20 -07:00
Issue2082Test.php Xlsx Writer Formula with Bool Result of False 2021-05-11 13:48:38 +02:00
Issue2266Test.php Deleting Sheet with Local Defined Name (#2284) 2021-09-15 12:14:13 -07:00
LocaleFloatsTest.php New Looming Problems with PHP8.1 (#2231) 2021-08-03 21:37:53 -07:00
StartsWithHashTest.php Now That SettingsTest Is Well-Behaved 2021-06-30 13:15:20 -07:00
UnparsedDataCloneTest.php Now That SettingsTest Is Well-Behaved 2021-06-30 13:15:20 -07:00
UnparsedDataTest.php Now That SettingsTest Is Well-Behaved 2021-06-30 13:15:20 -07:00
VisibilityTest.php Unit testing for row/column/worksheet visibility for Xls and Xlsx files (#2059) 2021-05-03 23:46:40 +02:00