Open greene52 opened 5 years ago
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.
document.merge_rows()
document.merge_rows() uses the Normal style, whatever that may be.
Any use of document.merge_rows()
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