Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
What I see in CreateDocx.php at importSingleNumbering() method that $numberingsXML is null if my HTML content include ol list TAGs.
As you can see in my first post I insert HTML content into a table cell with WordFragment() class and I use CreateDocxFromTemplate() class to create my docx...