PhpSpreadsheet/tests/PhpSpreadsheetTests/Reader/Csv
oleibman 567b9601b0
Allow Csv Reader to Store Null String in Spreadsheet (#2842)
Fix #2840 (and also #2839 but that's Q&A, not an issue). Csv Reader does not populate cells which contain null string. This PR provides an option for the reader to store null strings as it does with any other string.
2022-05-21 07:21:14 -07:00
..
CsvCallbackTest.php CSV Reader Enhancements 2021-05-16 06:05:02 -07:00
CsvContiguousFilter.php Rename Two Test Files (#2459) 2021-12-25 09:05:54 -08:00
CsvContiguousTest.php Rename Two Test Files (#2459) 2021-12-25 09:05:54 -08:00
CsvEncodingTest.php CSV Reader Enhancements 2021-05-16 06:05:02 -07:00
CsvIssue2232Test.php Work on setting up locale-aware formatted number conversion for the Csv Reader 2022-03-02 08:53:29 +01:00
CsvIssue2840Test.php Allow Csv Reader to Store Null String in Spreadsheet (#2842) 2022-05-21 07:21:14 -07:00
CsvLineEndingTest.php Add Ability to Suppress Mac Line Ending Check for CSV Reader (#2623) 2022-03-01 02:01:37 -08:00
CsvLoadFromStringTest.php Allow Csv Reader to Treat String as Contents of File (#2792) 2022-05-07 08:24:53 -07:00
CsvNumberFormatLocaleTest.php Phpstan Differences from Php7 to Php8, Again (#2665) 2022-03-11 23:28:30 -08:00
CsvNumberFormatTest.php Work on setting up locale-aware formatted number conversion for the Csv Reader 2022-03-02 08:53:29 +01:00
CsvTest.php Permit CSV Delimiter to be Set to Null (#2288) 2021-09-15 12:40:03 -07:00