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

Added blob to whitelist

I think it is a good idea to ignore that file to avoid it from polluting the source code :)

Can there be a switch added to not initiate a download if the array comes back empty? Or is there a way to call this from a controller so the...

Hi, I provided to my html tag the quote-strings info. When i'm exporting the csv file and open it directly when it is download in the browser, the double quotes...

@asafdav, it looks like there have been some changes affecting the code (not just the docs) but the `build/` was not updated to reflect them. Also, I think npm-debug.log should...

I was trying out ng-csv. And it worked fine for me. But consider this scenario. ***CASE 1*** I have a button like this. ------------------------------------------------------------------- View(HTML) Code ------------------------------------------------------------------- where csvData and...

I need the string which is saved in CSV, how can I do that? I need the CSV string so that I can add that string as an attachment to...

Hi Guys! I have been encountering this issue ever since I started using ng-csv: ![ngcsv-error](https://cloud.githubusercontent.com/assets/18256473/19719627/541eb0a2-9b9d-11e6-91d3-4ad026dbc142.png) I can still open and use the file but it's becoming annoying since I everytime...

Hi, I am using **https://github.com/asafdav/ng-csv** too **download data in csv format**. Its working fine on **browser** but **not able to download the csv file on mobile**. **Anyone help out?** Thanks,...