Worksheet Dimensions: fix examples by automatically deducing range · Issue #1601 · SheetJS/sheetjs · GitHub
More Web Proxy on the site http://driver.im/
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
It specifies the row and column bounds of used cells in the worksheet
When an entire column is formatted, only the first cell in that column is considered used.
Specifically the ref property:
The row and column bounds of all cells in this worksheet. Corresponds to the range that would contain all elements written under . Does not support whole column or whole row reference notation.
The can be various interpretation on whether "used cells" refers to formatting or to cell elements.
Anyway, ref property is unreliable. So I suggest fixing examples to determine range with the following code:
Uh oh!
There was an error while loading. Please reload this page.
There's this
!ref
property that corresponds to Worksheet Dimensions.Documentation states:
Specifically the
ref
property:The can be various interpretation on whether "used cells" refers to formatting or to cell elements.
Anyway, ref property is unreliable. So I suggest fixing examples to determine range with the following code:
The text was updated successfully, but these errors were encountered: