-
Notifications
You must be signed in to change notification settings - Fork 31
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
Word file gets corrupted #37
Comments
Same problem, it's strange that I've already successfully generated target document fews days before, with the same code. |
@PavelS0 Could you take a look at this, please? |
@AbdullahNaveed Found a temporary solution here, just override this dependency in
|
Works like a charm!!! Thanks so much brother <3 |
you save my life bro! |
As a hint to the maintainers: |
Great, thanks! this one seems to work as well, but with 3.3.3 the docx is becoming corrupted |
I used your code in https://github.com/Fiat2U/docx_template_flutter_sample. |
@WilliansDutra You may want to try https://github.com/Fiat2U/docx_template_flutter_sample. |
@Fiat2U made a test using the link and it worked! Now I'll try within my project. I'll post here the update. |
Probably fixed in de19046 |
I am trying to edit a very simple word file with 1 control tag.
Word file is fetched correctly and displayed, but when I use docGenerated = await docx.generate(c);
The file gets corrupted. I am using Office 2016 to create word files.
Code:
The text was updated successfully, but these errors were encountered: