PhpSpreadsheet/tests/PhpSpreadsheetTests/Reader
oleibman f575d2b8b2
Add Ability to Suppress Mac Line Ending Check for CSV Reader (#2623)
With the deprecation of `auto_detect_line_endings` in Php8.1, there have been some tickets (issue #2609 and PR #2438). Although the deprecation message is suppressed, users with a homegrown error handler may still see it. I am not very concerned about that symptom, but I imagine that there will be more similar tickets in future. This PR adds a new property/method to Reader/CSV to allow the user to avoid the deprecated code, at the negligible cost of being unable to read a CSV with Mac line endings even on a Php version that could support it.
2022-03-01 02:01:37 -08:00
..
Csv Add Ability to Suppress Mac Line Ending Check for CSV Reader (#2623) 2022-03-01 02:01:37 -08:00
Gnumeric Merge branch 'master' into PHP8-Sane-Property-Names 2021-10-31 15:25:01 +09:00
Html Html import dimension conversions (#2152) 2021-06-11 17:29:49 +02:00
Ods Unit tests for merge ranges for Ods Reader/Writer 2022-02-26 22:51:15 +01:00
Security Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
Slk Process Comments in Sylk File (#2277) 2021-08-26 11:56:13 -07:00
Utility When image source is a URL, store the URL for use during extraction. (#2072) 2021-06-24 10:50:44 +02:00
Xls Another Undefined Index in Xls Reader (#2470) 2021-12-31 13:43:59 -08:00
Xlsx Reading Xlsx With Supplied Palette (#2595) 2022-02-23 22:09:22 -08:00
Xml Merge branch 'master' into PHP8-Sane-Property-Names 2021-10-31 15:25:01 +09:00