Programatically updating a spreadsheet hosted on google docs

前端 未结 6 1782
暖寄归人
暖寄归人 2021-02-01 10:56

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

6条回答
  •  梦如初夏
    2021-02-01 11:19

    1. Clone your template worksheet using the instructions on Copying Documents
    2. Access the list of worksheets within the cloned document and iterate through to the required spreadsheet.
    3. Use the cell feed to get the appropriate cell in your spreadsheet, then update the values.

提交回复
热议问题