asafdav / ng-csv

Simple directive that turns arrays and objects into downloadable CSV files
MIT License
573 stars 215 forks source link

Add decimal-separator option #77

Closed vstene closed 9 years ago

vstene commented 9 years ago

This is useful if the target operation system uses different character for decimal separator.

Microsoft Excel will open .csv files, but depending on the system's regional settings, it may expect a semicolon as a separator instead of a comma, since in some languages the comma is used as the decimal separator.

asafdav commented 9 years ago

Hi, sorry for my super late response. would you mind squashing your commits and rebase so I can test your pull request and merge it ?

Thanks!

vstene commented 9 years ago

Squashed and rebased!

asafdav commented 9 years ago

Thank you for this awesome pull request.