I use the plugin to do simple export like this: $('#blank').tableExport({ type: 'csv', csvEnclosure: '"' });. However, when I open the file in Excel, Excel recognise the file as .txt (when I use "save as"). I think because of this, when I hit "Save" on Excel, it automatically changes the format from comma to tab delimiter. Can you look into this? Thanks
I use the plugin to do simple export like this:
$('#blank').tableExport({ type: 'csv', csvEnclosure: '"' });
. However, when I open the file in Excel, Excel recognise the file as .txt (when I use "save as"). I think because of this, when I hit "Save" on Excel, it automatically changes the format from comma to tab delimiter. Can you look into this? Thanks