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
Is your feature request related to a problem? Please describe.
The more merged cells worksheet has, the longer it takes to add a new merged cell. Most of this time is spent checking to see if currently merged cells contain cells in new merge request.
Describe the solution you'd like
An worksheet option for bypassing these checks.
Describe alternatives you've considered
A cell() method argument for bypassing these checks.
I'm having this issue too - is there any timeline to make it possible to avoid these checks? I'm happy for my own code to take responsibility for preventing overlapping merged cells...
Is your feature request related to a problem? Please describe.
The more merged cells worksheet has, the longer it takes to add a new merged cell. Most of this time is spent checking to see if currently merged cells contain cells in new merge request.
Describe the solution you'd like
An worksheet option for bypassing these checks.
Describe alternatives you've considered
A
cell()
method argument for bypassing these checks.Additional context
https://github.com/advisr-io/excel4node/blob/master/source/lib/cell/index.js#L231
The text was updated successfully, but these errors were encountered: