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_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 Docs spreadsheet that has a template worksheet.
I'd like to clone this worksheet, rename it and then edit it programatically.
The formula "=TODAY()" displays the current date whenever the sheet is recalculated. The formula "=NOW()" displays the current date and time when the sheet is recalculated.
Use the formula =TEXT( NOW(), "hh:mm:ss" ) to show the current time. If you only want to show the timestamp and not the date, you can modify the formula using the TEXT() function. Copy and paste or type =TEXT( NOW(), "hh:mm:ss" ) into the cell where you want to display the time.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With