How do I write formulas into a Sheet?
AnsweredHow can I write formulas into a WDesk sheet from a Chain? the "Write Sheet Data" command does not seem to support anything other than data. I want to be able to add a totals row after I imported some data into a sheet.
-
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)".
0Please sign in to leave a comment.
Comments
1 comment