Hi,
I have a docx file having many tables. I have to populate data in these tables from database. My problem is how can i identify a table uniquely programmatically using docx4j and populate it with corresponding data from database. Is there any property which helps to identify a table uniquely among many tables in a docx file?
I have attached the sample file for reference.