I want to insert dynamic sections and table rows with images to a word template. As an example assume template contains 1-5 sections and I want to insert 6 - n sections/sub sections dynamically.
I checked the requirement with PHP Word and TinyButStrong. But both support only for replacing keywords.
I was able to achieve this using PHP Word by creating the document from the scratch but I want to do the same with template, because most of the part in the document are static, only few sections to be added dynamically and number of sections to be added are unknown.
Do you know any PHP library that meet the requirement? Is there any workaround for this?