Bouke / docx-mailmerge

Mail merge for Office Open XML (docx) files without the need for Microsoft Office Word.
MIT License
273 stars 104 forks source link

merge_rows does not maintain style #66

Open greene52 opened 5 years ago

greene52 commented 5 years ago

Expected Behavior

When merging rows with document.merge_rows() the style of the header and body are preserved. This may be intended but I'm hoping not.

Current Behavior

document.merge_rows() uses the Normal style, whatever that may be.

Steps to Reproduce (for bugs)

Any use of document.merge_rows()

Your Environment