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

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -