You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling addColumns does not work with the address mapping option AlwaysDense but works with AlwaysSparse. An error is only thrown when using buildEmpty as opposed to using buildFromArray. The test also appears to fail even when inserting columns into an index other than 0 so long as there are empty cell values in the index of the column that is being inserted.
Build Empty
Test with "AlwaysDense" throws an error
Test with "AlwaysSparse" succeeds
Hi @jho14, I am sorry you experienced an issue with HyperFormula. I can confirm it is a bug. Our team will fix it in one of the upcoming releases. Thank you for reporting the issue.
Calling addColumns does not work with the address mapping option AlwaysDense but works with AlwaysSparse. An error is only thrown when using
buildEmpty
as opposed to usingbuildFromArray
. The test also appears to fail even when inserting columns into an index other than 0 so long as there are empty cell values in the index of the column that is being inserted.Build Empty
Test with "AlwaysDense" throws an error
Test with "AlwaysSparse" succeeds
Error:
When using build from array both address mapping options succeed
The text was updated successfully, but these errors were encountered: