html-to-docx icon indicating copy to clipboard operation
html-to-docx copied to clipboard

Allow table headers that span multiple pages to repeat the heading

Open thechrisoshow opened this issue 9 months ago • 0 comments

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

thechrisoshow avatar Mar 10 '25 13:03 thechrisoshow