How to copy a template and insert content from another document?
问题 I want to write a Google Docs script that copies a template (which just contains a container bound script) and appends the contents of another document chosen by the user. How would I accomplish this? I already have a way to select the file (the template has a static id), but figure out a way to copy all the content of the document (including inlineImages and hyperLinks) to the my new document. 回答1: I guess the only way is to copy elements one by one... there are a whole bunch of document