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 style missing after merge #81

Open
lsaint opened this issue May 20, 2022 · 0 comments
Open

Table style missing after merge #81

lsaint opened this issue May 20, 2022 · 0 comments

Comments

@lsaint
Copy link

lsaint commented May 20, 2022

Table style missing after merge:

test file: 1.docx & 2.docx

d1 = Document("1.docx")
d2 = Document("2.docx")
composer = Composer(d1)
composer.append(d2)
composer.save("3.docx")
unzip 2.docx -d 2
unzip 3.docx -d 3
cd 2
ag Table3 
  # <w:tblStyle w:val="Table3"/>
  # <w:style w:type="table" w:styleId="Table3">
cd ../3
ag Table3 
  # found nothing
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