ng-csv icon indicating copy to clipboard operation
ng-csv copied to clipboard

Simple directive that turns arrays and objects into downloadable CSV files

Results 102 ng-csv issues
Sort by recently updated
recently updated
newest added

Maybe it is out of the scope of this framework but it would be useful to have "importing CSV" support. This functionality should do the opposite to what ng-csv does...

I found an issue that when you have a special character it gets replaced with some other characters. For example I had data that had the Ø symbol and that...

Hi, libreoffice version 4 (yeah, it's ancient ...) does not import fields with embedded whitespaces correctly. For instance a field with contents `"hi" there` will be exported to `;""hi"" there;`...

There is a bug in MS Excel where it doesn't honor the charset specified in the CSV file without a Byte Order Mark (BOM). ![image](https://cloud.githubusercontent.com/assets/1976816/3990903/10ee392e-28d6-11e4-93bc-8234f1fad8fb.png) The fix is as such:...

I was wondering if it is possible to listen to an event (e.g. `onExportComplete`) after the export of the CSV is completed?

Hi, Can I select which column to export? Thx.

Hi, it's possible export more csvs on one click. I need export data from child's table and also need to export parent's table in the same time. Is it possible?...

The tests currently do not complete under the default test configuration (PhantomJS) due to a broken dependency on Function.prototype.bind, which must be polyfilled in PhantomJS 1.x.