Reputation: 816
Is there a way to copy a Google Spreadsheet programatically using Python? I am using Gspread to manipulate my Google sheet, but there is no support for this functionality.
Any suggestions?
Upvotes: 2
Views: 5537
Reputation: 816
This library, pygsheets, for the new V4-API solved my problems.
The add_worksheet
-method did the trick.
Upvotes: 1
Reputation: 1
There is a google drive API for this , you can find more details in this link
Upvotes: 0