How to convert word table to clean HTML in VB.NET
Hi all
I have a word file with few tables in it, when I convert word to filtered HTML using VB.NET, word add extra tags in it for tables, How do I remove them ?
I just want text-align, bold, italic, underline, cell width, cell border tags in html
How can I remove unnecessary tags ?
Thanks in advance for help
Re: How to convert word table to clean HTML in VB.NET
Quote:
How can I remove unnecessary tags ?
In vb.net you can use regular expressions and Regex to clean tags, validate special numbers like Social Security, phone, emails formats, etc.
Anyway I think you should post question in VB.net forum.