|
自 2021 年 1 月起,经典文件类型不再可用。您可以转换经典文件或下载 PDF 文件。了解更多

How do I write formulas into a Sheet?

已回答
0

评论

1 条评论

  • Jeff Hickey

    Hi Waldo, good question. I ran some tests and I was not able to do it with the 'Write sheet data' command either. However, I was able to using the Spreadsheet API. You can use the HTTP Requests commands to use the Spreadsheet API directly. This method is more advanced, but at minimum is only two steps. The first step is to use a Post command to retrieve a bearer token. The second step is to use the Put command to write the formula to the Sheet. I successfully tested this method with the formula "=SUM(1,1)".

    0

请先登录再写评论。