ng-table-export icon indicating copy to clipboard operation
ng-table-export copied to clipboard

Add support for IE 9++ (maybe even 8) + Add possibility to specify encod...

Open NicBright opened this issue 10 years ago • 1 comments

...ing of the generated csv file

Being able to specify the encoding is important if you intend to provide csv files for Excel 2007 as it expects them to be in latin1.

As it turns out, the other PR from @Erdraug fixes the problem for Excel 2007 as well: https://github.com/esvit/ng-table-export/pull/10

Nevertheless, it might be nice to be able to specify the output encoding. If you don't like this, please tell me and I'll provide a patch which will only fix the IE export issue.

NicBright avatar Nov 14 '14 14:11 NicBright

Since this repo was not being updated, we forked it and would welcome suggestions like these that could improve the library.

Check out https://github.com/kollavarsham/ng-table-to-csv

floydpink avatar May 18 '15 05:05 floydpink