Hi!
I’ve encountered an issue with drag & copy functionality when I use Hyperformula and hidden columns. (drag the blue square to the next cell)
The issue:
When I try to drag & copy value from cell A1 to C1 (column B is hidden) the value is copied to C1 but also to D1.
Observation:
If you’ve got more columns hidden (e.g. B and C) the number of extra cells that get their value changed is equal to the number of hidden columns that you try to copy “over” (A1 -> D1, the value is also copied to E1 and F1). If you try to copy the value to the last column you get a warning Not possible to set cell data at {"row":2,"col":-1,"sheet":2}
(the value tries to be pasted to non-existent column)
Here’s the code example with the issue.
Were you aware of this issue? Is there a workaround to solve this?