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
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.
Before you save the file:
After you save the file:
Any help will be appreciated it.
Thanks.
The text was updated successfully, but these errors were encountered:
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:
<button type="button" ng-csv="getArray" csv-header="getHeader()" filename="example.csv" field-separator="," decimal-separator="." add-bom="true">
Before you save the file:
After you save the file:
Any help will be appreciated it.
Thanks.
The text was updated successfully, but these errors were encountered: