Posted 29 October 2020, 12:04 pm EST - Updated 3 October 2022, 3:13 pm EST
hi,
When the text header is too long, I want to WRAPTEXT and automatically adjust the HEIGHT to display full text
and I have to use s.autoSizeRows (0, s.rows.length-1, true) to do that.
But after I use merge header, autoSizeRows height cannot be adjusted automatically.
Refer to the green frame of image below.
sample : https://jsfiddle.net/76oht9z3/
thank you