Hi,
I have to create a table structure like below using document builder,
merge document.docx (14.0 KB)
the column number is dynamic and can have more or less start and end columns with different zones.
Can you pleas…...startTable(); // Build table header builder.insertCell(); builder...endRow(); // Another row of table header. builder.insertCell(); builder...