mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-24 01:58:33 +00:00
545b098acd
See #4161. The best way to future-proof is to set the escape character to null string, and set testAutoDetect to false before reading. However, depending on the file being read, this may lead to different results than expected. This will be unavoidable because Php itself will change. This PR adds a new static method `affectedByPhp9` to Csv Reader. This can be used to identify in advance whether an input file will be affected by the changes. This will allow users to identify problems in advance, and prepare for how they might be handled.
10 B
10 B
| 1 | A | 1 |
|---|---|---|
| 2 | 2 | 3 |