Abin T Michael

Results 2 comments of Abin T Michael

@WisdomZheng can you please explain to me how to give the cols_width and css while exporting the table to excel in exportmultisheet.

var exportTable = $("table") var export_tables = new TableExport(exportTable, { headers: true, formats: ['xlsx'], bootstrap: true, exportButtons: false, htmlContent: true, }); var tables_data = export_tables.getExportData() var export_data = [] var...