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 grid with zero width #4

Open
VictorDMC opened this issue Jan 7, 2022 · 2 comments
Open

Table grid with zero width #4

VictorDMC opened this issue Jan 7, 2022 · 2 comments

Comments

@VictorDMC
Copy link

VictorDMC commented Jan 7, 2022

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
Copy link

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

@cheng25
Copy link

cheng25 commented Jun 28, 2024

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

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

3 participants