PavelS0 / docx_template_dart

A Docx template engine
Apache License 2.0
40 stars 20 forks source link

word file can't opening #41

Closed ahmetbalaman closed 1 year ago

ahmetbalaman commented 1 year ago

Hello, I am trying to open generated.docx but I am seeing corrupted word file. and I can't opening. can you help me?

Fiat2U commented 1 year ago

Please refer to https://github.com/PavelS0/docx_template_dart/issues/37 or my repository at https://github.com/Fiat2U/docx_template_flutter_sample.

TriAriSetiawan commented 1 year ago

same with me, when call function generate then file cant open because corrupted

Fiat2U commented 1 year ago

@ahmetbalaman @TriAriSetiawan For workarounds, please refer to my repository at https://github.com/Fiat2U/docx_template_flutter_sample or the related issue at https://github.com/PavelS0/docx_template_dart/issues/37.

PavelS0 commented 1 year ago

Probably fixed in de19046