Closed (outdated)
Project:
Migrate Google Sheets
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2016 at 18:06 UTC
Updated:
10 Nov 2022 at 23:21 UTC
Jump to comment: Most recent
Comments
Comment #2
gcbI can't find anything in the feeds that will actually provide a coherent list. The best I can find is that the sheet requests DO include "this sheet's name", so we could potentially add the name to our configuration and validate it as we pull information in.
Comment #3
duaelfrI found out a tutorial on Medium to figure out what to do: https://medium.com/@scottcents/how-to-convert-google-sheets-to-json-in-j...
In its third step it shows how to find the Worksheet ID (which is no more a simple integer). It seem to be possible by parsing the main document JSON to look for the sheet name in
data.feed.entry[N].title.$tthen get the sheet URL indata.feed.entry[N].id.$t.Comment #4
karlsheav4 API uses sheet tab title as a string