I'm working on react excel add-in and have a requirement to unhide the hidden rows. this is working fine with range.rowHidden=false
.
but the problem here is that grouped rows also expand.
How to fix this issue?
Any kind of help much be is appreciated.