DBE7
DBE7

Reputation: 816

How to copy a Google sheet with Python?

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

Answers (2)

DBE7
DBE7

Reputation: 816

This library, pygsheets, for the new V4-API solved my problems.

The add_worksheet-method did the trick.

Upvotes: 1

Book Readerdz
Book Readerdz

Reputation: 1

There is a google drive API for this , you can find more details in this link

Upvotes: 0

Related Questions