I’ve got a pre-existing Google spreadsheet. Each month I update this document. I’ve got a template workseet in the spreadseet that I’d like to clone and then update.
I’d prefer to clone the worksheet rather than create it from scratch as it has some pretty complex formulas.
I’m using the Python api for the Google spreadsheets here:
http://code.google.com/apis/spreadsheets/data/1.0/developers_guide_python.html
Does anyone know how to clone and copy a worksheet in a pre-existing document?
Edit
I seemed to have confused one reader. I don’t have an excel spreadsheet. I only have a Google spreadsheet that has a template worksheet.
I’d like to clone this worksheet, rename it and then edit it programatically.
1 Answer