hi, Im creating a docx document using OpenXML which convert HTML file to word. However certain css are not reflected to word document such as to style table with border
th {
border: 0.5px solid black;
}
What is actually happened, cause the file transform not follow as CSS written at HTML file? Can anybody assist me.