No identifiers to distinguish the table headers

Html generated for a table in the sheet does not have any identifier to distinguish between Header rows and other rows.


For example the html of the table in the attached excel file looks like:
Class Cricket Football Basketball total
1 12 10 8 31


Whereas it should be something like:

Class Cricket Football Basketball total
1 12 10 8 31

Or let me know if there is something else we should use to distinguish between the header rows and other rows in the table.

Same behavior is there when I get the XML using SpreadsheetML2003SaveOptions

Thanks,
Neeraj

Hi,

I have tested your scenario/ case in MS Excel by manually converting your template Excel file to HTML (web page) and in the output file, there is no "thead" or "tbody" tags as you may confirm this in MS Excel manually. Aspose.Cells renders the HTML file similar to what MS Excel converts to HTML file format, it is MS Excel oriented HTML file rather a general HTML file.

Thank you.