You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want read a word file as a template, and replace vars in template into image section or a table section.
now I make it by TemplateProcessor.setValue function, and let replace=a xml string made myself. the result of docx have many warnings,however,It can be opened.
Is there any other ways?