I need to initialize a worksheet. It contains a lot of cells and it would be easier if I create a temporary sheet with predetermined content, create a new sheet, copy the content from the temporary sheet to the new one.
That way initializing a sheet would be simply deleting it, creating it again and then copy the content from the temporary sheet. Now the question is how to do it with the API? I see there is Deleting a worksheet, Adding a worksheet but not Copy worksheet. Other methods of initializing a sheet are very slow if there are a lot of sheets. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Docs Data APIs" group. To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com To unsubscribe from this group, send email to google-docs-data-apis+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Docs-Data-APIs?hl=en -~----------~----~----~----~------~----~------~--~---