how to append data in docx file using docx4j
问题 Please tell me how to append data in docx file using java and docx4j. What I'm doing is, I am using a template in docx format in which some field are dilled by java at run time, My problem is for every group of data it creates a new file and i just want to append the new file into 1 file. and this is not done using java streams String outputfilepath = "e:\\Practice/DOC/output/generatedLatterOUTPUT.docx"; String outputfilepath1 = "e:\\Practice/DOC/output/generatedLatterOUTPUT1.docx";