Multicolumn layout is not working. #2627
Labels
Bug Report
Open XML (Word 2007+)
Status: Waiting for feedback
Question has been asked, waiting for response from PR author
Describe the bug and add attachments
Adding a
section
with multiple columns has no effect on the resulting .docx.E.g.
I tried removing "Compatibility Mode" via
$phpWord->getCompatibility()->setOoxmlVersion(15);
to no effect.And running the Sample_05_Multicolumn.php example also doesn't work. Neither the docx, HTML or ODT files have multiple columns
Actual result from phpWord
Expected result
Expected behavior
See the screenshot. I expect the document to have more than one column.
Steps to reproduce
Exactly as per https://github.com/PHPOffice/PHPWord/blob/master/samples/Sample_05_Multicolumn.php
PHPWord version(s) where the bug happened
master
PHP version(s) where the bug happened
8.1
Priority
The text was updated successfully, but these errors were encountered: