jmaister / excellentexport

Javascript export to Excel
MIT License
1.36k stars 305 forks source link

Colspan and Rowspan #686

Open risalfajar opened 1 year ago

risalfajar commented 1 year ago

When exporting an HTML table, ideally a td that have a row or col span should be converted to a merged cell in the exported Excel file. But it doesn't. Does this library support this case?

cchance27 commented 1 year ago

Edit: Correction, rowspan works for me, but it works in the ExcellentExport.excel() when i use ExcellentExport.convert() it totally borks the export.

willyguevara commented 3 months ago

Same issue here. it works in the ExcellentExport.excel() when i use ExcellentExport.convert() it totally borks the export.