Open wzhsh90 opened 1 month ago
The library github.com/legion-zver/go-docx-templates can dynamic generate tabe row. But your's replace is better.
@wzhsh90 word docs are essentially zip files, you can unzip and modify the code yourself. I would recommend using a xml parser against these files to search and manually add table row elements
The library github.com/legion-zver/go-docx-templates can dynamic generate tabe row. But your's replace is better.
Thanks for the input. Seems this issue is closely related with #11, #24, #28. I will dig into the package you mentioned.
I need generate table tr by dynamic , is there a way to do that ?