c# - Can closedXML write out an HTML table for Excel -
I have an HTML table that is dynamic and tags:
table, th , This is also Kalpayan.
Can the XML just import it into a worksheet and render it as XML?
No, closingxml can not import html.
To parse the HTML itself (like something) and put the content of each cell in the HTML table in the respective cell in the closedXX spreadsheet.
Comments
Post a Comment