With OpenTBS you can merge OpenOffice - LibreOffice and Ms Office documents with PHP using the TinyButStrong template engine. Simple use OpenOffice - LibreOffice or Ms Office to edit your templates : DOCX, XLSX, PPTX, ODT, OSD, ODP and other formats. That is the Natural Template philosophy.
Don't know if it's a relevant issue, but I had diffculties to use $TBS->MergeBlock() in tables or textareas in Powerpoint 2016. Merging wasn't working everytime and didn't know why.
I noticed first that using tables it was working, until I changed some format thing or row/column size... wasn't ok with that.
Finally, I noticed that some ok my template codes where underlined in red for mispelling. So, deactivating the automatic spellcheker for my tables and textareas solved everything so far !
NB : A huge thanks to @Skrol29 for those amazing scripts !
The spelling and grammar feature can split the inner XML into several parts and then corrupt the TBS fields.
This is noticed in the Ms Word demo example. But it’s true it can happens in Powerpoint.
Hi,
Don't know if it's a relevant issue, but I had diffculties to use $TBS->MergeBlock() in tables or textareas in Powerpoint 2016. Merging wasn't working everytime and didn't know why. I noticed first that using tables it was working, until I changed some format thing or row/column size... wasn't ok with that. Finally, I noticed that some ok my template codes where underlined in red for mispelling. So, deactivating the automatic spellcheker for my tables and textareas solved everything so far !
NB : A huge thanks to @Skrol29 for those amazing scripts !