Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table CSS issue #119

Open
vishalpatel24 opened this issue Jul 28, 2022 · 0 comments
Open

Table CSS issue #119

vishalpatel24 opened this issue Jul 28, 2022 · 0 comments

Comments

@vishalpatel24
Copy link

vishalpatel24 commented Jul 28, 2022

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:
`

1 2
3 4
` ![image](https://user-images.githubusercontent.com/97428676/181435506-2b33067f-3571-4107-bef4-280d33329ad7.png)

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant