mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-24 15:18:37 +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.
6 lines
98 B
CSV
6 lines
98 B
CSV
"-123","1.234","12.345,67"
|
|
"123,4567","123,456789012"
|
|
"-1.234,567"
|
|
"WAHR","FALSCH"
|
|
"FALSE","TRUE"
|