I have a Google doc (not a sheet) with a simple table of data.
I can use the Google Docs API to fetch an instance of the Document but I’m struggling to figure out how to retrieve the data from the table.
Can anyone give me any pointers please?
1 Like
are you able to access the text of the document or you are missing that part too?
1 Like
Sorry, I’ve been fiddling with this for a while but I figured it out in the end.
I was trying to use the Google Docs API but was having to jump through too many unnecessary hoops for my purposes.
In the end I just used a simple GET request to retrieve an instance of the Document and then used an HTML parser to extract what I needed!
Thanks