Ziv-Barber / officegen

Standalone Office Open XML files (Microsoft Office 2007 and later) generator for Word (docx), PowerPoint (pptx) and Excell (xlsx) in javascript. The output is a stream.
MIT License
2.64k stars 472 forks source link

Fix use tblLayout gen table docx #383

Open iamsimakov opened 3 years ago

iamsimakov commented 3 years ago

http://officeopenxml.com/WPtableLayout.php

<w:tblPr>
<w:tblLayout w:type="fixed"/>
</w:tblPr>

w:tblLayout should be in w:tblPr

so, now opts.fixedLayout does not work

GABRIELGALLO124 commented 2 years ago

exit the full request

iamsimakov commented 2 years ago

I fixed incorrect path, see commit above