PhpSpreadsheet/tests/PhpSpreadsheetTests/Writer/Xlsx
oleibman 88bbac9849
Use Locale-Independent Float Conversion for Xlsx Writer Custom Property (#3099)
Fix #3095. Issue is not a problem for Php8, but is for 7.4. Code used to write Xml for float custom property uses locale-dependent (in Php7) cast. Change to use locale-independent (all Php releases) `sprintf('%F'...)` instead.
2022-10-02 18:37:55 -07:00
..
CalculationErrorTest.php Calculation suppressFormulaErrors - Minor Break and Deprecation (#3092) 2022-10-01 08:40:27 -07:00
ConditionalTest.php Read conditional styling for cell (#2491) 2022-01-22 19:18:26 +01:00
DrawingsInsertRowsTest.php Adjust Both Coordinates for Two-Cell Anchors (#2909) 2022-06-29 09:20:33 -07:00
DrawingsTest.php Adjust Both Coordinates for Two-Cell Anchors (#2909) 2022-06-29 09:20:33 -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
Issue2368Test.php Support Data Validations in More Versions of Excel (#2377) 2021-11-14 10:06:46 -08:00
LocaleFloatsTest.php Use Locale-Independent Float Conversion for Xlsx Writer Custom Property (#3099) 2022-10-02 18:37:55 -07:00
StartsWithHashTest.php Now That SettingsTest Is Well-Behaved 2021-06-30 13:15:20 -07:00
Unparsed2396Test.php Name Clashes Between Parsed and Unparsed Drawings (#2423) 2021-12-09 23:37:15 -08:00
UnparsedDataCloneTest.php Scrutinizer Clean Up Tests (#3061) 2022-09-14 07:11:20 -07:00
UnparsedDataTest.php Phpstan Differences from Php7 to Php8, Again (#2665) 2022-03-11 23:28:30 -08:00
VisibilityTest.php Scrutinizer Clean Up Tests (#3061) 2022-09-14 07:11:20 -07:00
WmfTest.php Phpstan Differences from Php7 to Php8, Again (#2665) 2022-03-11 23:28:30 -08:00