I have an HTML containing table in it with some CSS for the borders, but when it converts to OpenXML it doesn't contain the border details.
Table HTML:
`
`


Generated border details from OpenXML
<w:tblBorders> <w:top w:val="single" w:sz="1" /> <w:left w:val="single" w:sz="1" /> <w:bottom w:val="single" w:sz="1" /> <w:right w:val="single" w:sz="1" /> <w:insideH w:val="single" w:sz="1" /> <w:insideV w:val="single" w:sz="1" /> </w:tblBorders>
I have an HTML containing table in it with some CSS for the borders, but when it converts to OpenXML it doesn't contain the border details.
Table HTML:
`
Generated border details from OpenXML
<w:tblBorders> <w:top w:val="single" w:sz="1" /> <w:left w:val="single" w:sz="1" /> <w:bottom w:val="single" w:sz="1" /> <w:right w:val="single" w:sz="1" /> <w:insideH w:val="single" w:sz="1" /> <w:insideV w:val="single" w:sz="1" /> </w:tblBorders>