mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-27 19:13:05 +00:00
9c43d5f1b7
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.