Hey there, I’m using Handsontable with Hyperformula and I have noticed that when I add new rows and columns at the end (last column or bottom row) they won’t be added to the values in Hyperformula automatically. Is this intentional?
This causes an issue if I try to do a different operation afterwards, like rowIndexMapper.setIndexesSequence
. We get an error “Uncaught Error: Invalid arguments, expected number of columns provided to be sheet width” because the width/height wasn’t updated in Hyperformula when adding row or col in Handsontable.
I can get around it by manually adding an empty string in Hyperformula for each new cell created by the alter
method in Handsontable, but it feels a bit messy and I’m wondering if there is something I should be doing differently to make sure the Hyperformula width/height is always correct.
Thanks