0

I am trying to insert (link) a cell range from a Google Sheet in to a Google Slide using API V4 (PHP).

I cannot find anything in the documentation regarding this. But it is possible manually.

Is there any way to do this via API?

Kos
  • 4,890
  • 9
  • 38
  • 42
  • Reading sheets data is possible when you refer to the [text merging example](https://developers.google.com/slides/how-tos/merge#text_merging). I may suggest you can make the link from the specified cell then you can put it in other sheets where the slide can read it since the slide api will be able to fetch the data from other docs as text. If you needed some knowledge to make a link, you can refer to the [StackExchange post](https://webapps.stackexchange.com/questions/44473/link-to-a-cell-in-a-google-sheets-via-url). – MαπμQμαπkγVπ.0 Mar 16 '18 at 11:12
  • If you're referring to linking a table and being able to refreh, as you'd get in the Slides editor by pasting in some cells from Sheets, that's not currently supported in the Slides API. The feature request to follow is [here](https://issuetracker.google.com/issues/64027131) – Maurice Codik Mar 18 '18 at 12:18

0 Answers0