You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the id of this spreadsheet is 1hbHqrnYa4oMUquZcq8WkTJk0kI0t9scGBwro-EH-ALA
Share the spreadsheet if others will collaborate on the document
The sharing permissions affect the viewing/editing of the spreadsheet. To programmatically access the data in the spreadsheet, publish the spreadsheet. Note that published spreadsheet data is accessible regardless of the sharing settings.
Publish the spreadsheet
The Published URL will look like this: https://docs.google.com/spreadsheets/d/<ID>/pubhtml
Add a JavaScript callback to process the JSON feed
The Published JSON URL + callback will look like this: https://spreadsheets.google.com/feeds/cells/<ID>/1/public/values?alt=json-in-script&callback=doData
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi @terrybrady . Is there a way I can limit the the rows? Say i have A1 - A2000 and i want to extract only from A1990 - A2000 how can that be done please?
Thanks a lot for your wonderful code. It is written in a way that you can understand the reason behind coding each line, even it is my first time to read the JQuey.
Thanks a lot. This is what I am looking for But if I try publishing another worksheet (like Sheet2!), the code doesn't works.. I assume I need to tweak the link but tried adding gid, however not worked. Can you help me..
code worked fine for me, thanks, I have been looking for something simmilar for a while. I can now reverse engener it and complete my database! Thanks so much! :)
Thanks a lot for your wonderful code. It is written in a way that you can understand the reason behind coding each line, even it is my first time to read the JQuey.
@fm916 I think so. I was using this code until today, when I have noticed that code isn't working anymore. When i put the example link on webbrowser: https://spreadsheets.google.com/feeds/cells/1hbHqrnYa4oMUquZcq8WkTJk0kI0t9scGBwro-EH-ALA/1/public/values?alt=json-in-script&callback=doData returns this:
This works perfectly! Thanks!