You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2022. It is now read-only.
Hi @kerog, you can pass data that's already encoded in WINDOWS-1250. Spout does not touch the data, simply writing whatever you pass to the file directly. Something you can do though is remove the UTF-8 BOM that's added at the beginning of the file. You can do so by setting the property on the writer: $writer->setShouldAddBOM(false);
Hi, Could you add support to choose encoding of CSV writter.
I must export csv in WINDOWS-1250 encoding.
The text was updated successfully, but these errors were encountered: