Rahal Aboulfeth
Rahal Aboulfeth
The problem seems to be resolved, but I'm not sure it is the best way to solve it, here is a diff ( viewnavigator.js ) : ``` javascript @@ -80,7...
Sorry for the delay, Thank you @powerpaul17 and @acuarica , I'm mostly using the command line for the rebase/amend. That said, I stopped trying to merge time tracking for now...
I could convert the html to ooxml using this function ` use PhpOffice\PhpWord\Settings as WordSettings; use PhpOffice\Common\XMLWriter; use PhpOffice\PhpWord\Writer\Word2007\Element\Container; function getSectionContent($section) { $xmlWriter = new XMLWriter(XMLWriter::STORAGE_MEMORY, './', WordSettings::hasCompatibility()); $containerWriter =...
Hi, old issue here, me too, I needed support for conditionnal and I added it : here is my pull request for this feature ( as well as some other...
Yes, thanks, that's exactly what I did
Sorry.. I didn't saw the first notification. Well.. I prepare a docx template with all the styling, heading, footer, header, various setup as well as my "token" : content ``...
Glad my code could help! You're welcome. For the styles, you can simply setup the default styles in the template, that's what I did. As for the tables, I didn't...
You are welcome @chrisribe