Problem with BOM and Saving files in Excel
Opened this issue · 1 comments
migarc1 commented
I need to add the attribute add-bom="true" because I am localizing my CSV File. The problem comes when I open the file, and try to save. The format will change, and if you try it to open again the file you will see a complete disorder.
Steps to reproduce:
- Generate a CSV file with at least 2 columns and with special characters (With add-bom attribute).
<button type="button" ng-csv="getArray" csv-header="getHeader()" filename="example.csv" field-separator="," decimal-separator="." add-bom="true">
- Open the file in Excel
- Save the file with the button at the top of Excel (), and close the file. (Don't save it again when Excel asks you)
- Open the file with Excel.
Any help will be appreciated it.
Thanks.
WittTheRock commented
Same problem.
(Win 7, Office 2013)