Hi Team,
i have a template name letter.docx which i want to do manipulation like changing header value with actual rows value coming from excel.
I have created a python code in which words are getting replaced with current value with correct format
however docx files are creating individually for example if excel is having 2 rows then two docx files are getting created.
i want only one docx file to be created and inside docx two pages (page break) to be created with template format.
is there any other workaround or alternate solution
Can anyone please help me on this.
attached wf and data file