-
Couldn't load subscription status.
- Fork 1.2k
Closed
Description
Hi,
I want to use one table style from A.docx, and generage more table in B.docx;
or, Can I set <w:tcPr>, to fill color in a table cell, which XML is <w:shd w:val="clear" w:color="auto" w:fill="A6A6A6"/>?
docx_A = Document("A.docx")
A_tbl = docx_A.tables[0]
docx_B = Document()
docx_B.add_table(rows=4, cols=4, style='Table Grid');
#docx_B.insert_table(A_tbl )???
docx_B.save("B.docx")
Best Wishes:)
Metadata
Metadata
Assignees
Labels
No labels