I am newbie in docx4j. I have googled my problem but couldn't found proper solution.
Here is what i want:
I have a word template as mentioned follwos.
Employee Code: ${Code}
Employee Name: ${Name}
Employee Designation: ${Designation}
Attendance Table:
Date Day In Time Out Time
1/11/11 Tue 08.00 AM 06.00 PM
The fields in template need to be repeate for n number of employees in word document. For example:
Employee Code: 100
Employee ...