I've got a pre-existing spreadsheet hosted on google docs. 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 docs here:
http://code.google.com/apis/spreadsheets/data/1.0/developers%5Fguide%5Fpython.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 Docs spreadsheet that has a template worksheet.
I'd like to clone this worksheet, rename it and then edit it programatically.