79627947

Date: 2025-05-19 00:31:07
Score: 0.5
Natty:
Report link

While Apple Shortcuts has some built-in actions to interact with Apple Numbers, unfortunately, it does not have any for google Sheets.

So we rely on the Google Sheets API to access the data in the sheet.

There are a few steps required to obtain the information you want from the API.

A rough outline for inspiration:

This is the URL to get the value of a specific cell from a google Sheets file, returning a json dictionary:

http://spreadsheets.google.com/feeds/cells/[SheetID]/[sheet#]/public/full/R[row]C[column]?alt=json
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Anonymous