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?
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?
This library, pygsheets, for the new V4-API solved my problems.
The add_worksheet
-method did the trick.