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
I can connect to spreadsheet and worksheet ok.
I can add and update values of single cells with both methods: worksheet.update_acell and worksheet.update_cell just fine.
But the append_row method will not work.
Edit.
Just realised that it actually works but it starts appending to row 101.
You have to delete all the blank rows after creating new spreadsheet.
btw. Thanks for the great library!
The text was updated successfully, but these errors were encountered:
I can connect to spreadsheet and worksheet ok.
I can add and update values of single cells with both methods: worksheet.update_acell and worksheet.update_cell just fine.
But the append_row method will not work.
Edit.
Just realised that it actually works but it starts appending to row 101.
You have to delete all the blank rows after creating new spreadsheet.
btw. Thanks for the great library!
The text was updated successfully, but these errors were encountered: