lpxxn / docx

qt office word lib
GNU General Public License v3.0
39 stars 16 forks source link

Table grid with zero width #4

Open VictorDMC opened 2 years ago

VictorDMC commented 2 years ago

When i place a table in my document the table grid has zero witdh (the lines separating each cell aren't showing up ). My usage example: Docx::Document document = new Docx::Document("template.docx"); Docx::Table table = document ->addTable(5, 9); document->save(path);

Yi-Dreaming commented 11 months ago

redirect to see https://github.com/Yi-Dreaming/lpxxndocx, it has solute this problem

cheng25 commented 2 months ago

@Yi-Dreaming 创建标题时仍然显示为正文样式的问题?styles.xml没有标题1等样式,如何写入