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
After trial and error, I found out that the 1st and 2nd parameters, 5 and 6, respectively, means that the data will be put in 6th row and 7th column (G6).
I don't find it a bug but I hope you could have wrote an API telling us that the numbering is based on array indexes (start with 0).
The text was updated successfully, but these errors were encountered:
Assuming I have a code
putCellValue(5, 6, data):
After trial and error, I found out that the 1st and 2nd parameters, 5 and 6, respectively, means that the data will be put in 6th row and 7th column (G6).
I don't find it a bug but I hope you could have wrote an API telling us that the numbering is based on array indexes (start with 0).
The text was updated successfully, but these errors were encountered: