onizet / html2openxml

Html2OpenXml is a small .Net library that convert simple or advanced HTML to plain OpenXml components. This program has started in 2009, initially to convert user's comments into templated Word.
MIT License
321 stars 109 forks source link

Style table using HtmlConverter in c# #43

Closed Geek-5 closed 5 years ago

Geek-5 commented 5 years ago

A predefined string with the following style <table border=\"1\", has been defined within the database. Can I use the HtmlConverter class to modify the style within the table tag?

onizet commented 5 years ago

Hello, this is mainly a library for parsing then converting. To modify the Html, I will recommend you HtmlAgilityPack instead

Geek-5 commented 5 years ago

Thank you for the recommendation. It worked great!