xlsExport icon indicating copy to clipboard operation
xlsExport copied to clipboard

Javascript library for exporting object arrays to Excel XLS and CSV.

Results 7 xlsExport issues
Sort by recently updated
recently updated
newest added

When opening a .xls file generated by this package I get message "The file format and extension of .xlsx don't match." with Microsoft Excel for 365. I can click open...

Demo link (https://jsfiddle.net/3xvb2g5w/) included in README.md does not work. Console returns error "Uncaught ReferenceError: xlsExport is not defined"

Hello All, I am using this lib for generating excel report. I have one column with date and Time, ie (HH:MM:SS)... But it is displaying only (HH:MM). The second is...

Hi, Is that possible can we customize the sheet name, currently when i export as excel am getting the file name as sheet name.

only Latin Characters appears normal when exported to csv

added option to select parameters which should be pulled out in excel and supports nested objects Sample Columns value: columns = [ {name: 'Customer Name', prop: 'customer.name'}, {name: 'Mobile', prop:...

hello ,how to add row backgroundColor??