export-csv
export-csv copied to clipboard
Export To CSV with spacing
How can I export the cells with space in the words ?.
I 2nd this comment. It works when choosing to export to xls, but not to csv. I'm even using the following code: exporting: { csv: { dateFormat: '%Y-%m-%d %H:%M' } }, Yet when I export to CSV, I get this: 2014-12-1100:00 When exporting to XLS, I get this: 2014-12-11 00:00