hyperformula icon indicating copy to clipboard operation
hyperformula copied to clipboard

Error when trying to move columns when `maxColumns` limit is set tightly

Open sequba opened this issue 2 years ago • 0 comments

Description

Method moveColumns does not change the number of columns in a sheet. But when maxColumns limit is set tightly, this operation produces error:

Error: Sheet size limit exceeded

Also, we need to check other methods if they work correctly on tight limits of row/column number.

Demo

https://codesandbox.io/s/priceless-violet-idjjj9?file=/src/hyperformulaConfig.js:566-594

Links

https://handsoncode.slack.com/archives/C04TGV7MXMX/p1678354787330359 (internal, accessible by @sequba, @adamu-handsontable and @wszymanski)

sequba avatar Mar 09 '23 15:03 sequba