mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-23 18:22:55 +00:00
38a8330748
A follow-up to PR #4837. PR #4827, to which I am not necessarily committed, shows that there could be a use case for letting a user perform customized logic to convert a non-UTF8-encoded CSV. In addition, several other CSV Reader properties require the use of static or locale properties, which is somewhat problematic; this PR allows them to be set as instance variables, falling back to static/locale only when unset.
98 B
98 B
| 1 | -123 | 1.234 | 12.345,67 |
|---|---|---|---|
| 2 | 123,4567 | 123,456789012 | |
| 3 | -1.234,567 | ||
| 4 | WAHR | FALSCH | |
| 5 | FALSE | TRUE |