PhpSpreadsheet/tests/PhpSpreadsheetTests/Reader/Csv
oleibman 35530502d2
Allow Csv Reader to Treat String as Contents of File (#2792)
See #1285, which went stale and was closed, but recently received some positive feeback. It seems easy to implement, and the only other plaintext file format, Html, allows loading from a string. Those two reasons combined suggest that we should do it.
2022-05-07 08:24:53 -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
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