html-to-docx
html-to-docx copied to clipboard
Allow table headers that span multiple pages to repeat the heading
According to the schema: https://www.datypic.com/sc/ooxml/e-w_tblHeader-1.html if you add the w:tblHeader element to a table, then it can repeat across pages.
I've created a pull request that adds this if the repeatTableHeader attribute is set to true: https://github.com/privateOmega/html-to-docx/pull/260