PhpSpreadsheet/tests/PhpSpreadsheetTests/Writer
Owen Leibman 9c43d5f1b7 Xlsx Writer Formula with Bool Result of False
Fix for #2082. Xlsx Writer was writing a cell which is a formula which evaluates to boolean false as an empty XML tag. This is okay for Excel 365, but not for Excel 2016-. Change to write the tag as a value of 0 instead, which works for all Excel releases. Add test.
2021-05-11 13:48:38 +02:00
..
Csv Fix for Issue 2042 (SUM Partially Broken) (#2045) 2021-05-03 18:31:01 +02:00
Html Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
Ods Ods defined names unit tests (#2054) 2021-05-03 08:39:42 +02:00
Xls Unit testing for row/column/worksheet visibility for Xls and Xlsx files (#2059) 2021-05-03 23:46:40 +02:00
Xlsx Xlsx Writer Formula with Bool Result of False 2021-05-11 13:48:38 +02:00
RetainSelectedCellsTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00