TotalRows #1669
TotalRows
#1669
Replies: 1 comment
-
Found out, the header row also counts in Excel. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
why we cannot insert TotalRows (1048576), this condition seems a bit odd:
if row >= TotalRows || n >= TotalRows {
shouldn't it be like this?
if row > TotalRows || n > TotalRows {
Beta Was this translation helpful? Give feedback.
All reactions