Using google drive api to duplicate a worksheet -


i tring copy/duplicate worksheet using google apps script. possible ? not able find reference of such call in api docs. https://developers.google.com/google-apps/spreadsheets/

sorry, far know, there no function that. google apps script it.

i did manual way. created new sheet , did copy of formulas/data. there bugs if use $ in formulas, read works fine, write pain, formulas, e.g. a$1 references won't write sheet (because of bug). need switch them a1. can't copy fonts/colours etc.

my code doing in java, not easy split out bit need.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -