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

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -