Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

worksheet.append_row not working. #42

Closed
Czayen opened this issue Jan 11, 2013 · 1 comment
Closed

worksheet.append_row not working. #42

Czayen opened this issue Jan 11, 2013 · 1 comment

Comments

@Czayen
Copy link

Czayen commented Jan 11, 2013

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!

@burnash
Copy link
Owner

burnash commented Jan 14, 2013

Hi, thanks for feedback :)

This row appending is a bit tricky but that's due to the spreadsheets API. At any rate this is a good reminder for me to update the docs.

@burnash burnash closed this as completed Jan 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants