Open risalfajar opened 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.
Same issue here. it works in the ExcellentExport.excel() when i use ExcellentExport.convert() it totally borks the export.
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?