ng-csv
ng-csv copied to clipboard
Simple directive that turns arrays and objects into downloadable CSV files
This solves the issue #210
Method CSV.stringify() requires 2 arguments. Data and Options. I believe that Options should be optional, especially when supplying empty object is sufficient. The second issue is that the options should...
Hi, I've just gotten ngCSV to work with my $resource API calls, and it's great! Just wondering if there is a way to provide header information based on a promise...
Ignoring the file npm-debug.log.
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,...
There is a use of .bind(), which is obsolete. Use .on() instead.
I am using ng-csv for cordova android project. It working fine in emulator . But in real device nothing happend. Any Suggestions? Thank you.
Hi, I found a bug concerning the decimal-separator option, when handling data in string format and passing it to the `isFloat` function. csv-service.js: ``` /** * Stringify one field *...
Just wondering if there is a standard MIME type for the file that gets downloaded via this module? https://en.wikipedia.org/wiki/Media_type perhaps it's "application/octet-stream"? thanks!