Hi, the autofit method is broken in 0.8.5. Tables behave like if the columns have fixed width.
When autofit is set, tag(s) <w:tcW/> for the table(s) in document.xml should be set to something like <w:tcW w:type="auto" w:w="0"/> and not <w:tcW w:type="dxa" w:w="13606"/> (for example)
Hi, the autofit method is broken in 0.8.5. Tables behave like if the columns have fixed width.
When autofit is set, tag(s)
<w:tcW/>for the table(s) in document.xml should be set to something like<w:tcW w:type="auto" w:w="0"/>and not<w:tcW w:type="dxa" w:w="13606"/>(for example)