Hello there,

I hope this is a good place to ask my question.

I try to create a new worksheet in an existing spreadsheet in Python:

w = spr_client.AddWorksheet(wname, rownum, colnum, spr_key)
worksheet_id = w.id.text.split("/")[-1]

Right, worksheet has created.

But how can I insert new row(s) to this sheet at fastest way?
- InsertRow() doesn't works, because sheet doesn't has keys
- UpdateRow() is veryyyy sloooow.... when I have a few thousands rows...

What is the correct solution?


Thank you:


a.

Reply via email to