How to use Google spreadsheet data in my website page? -


The data in Google Spreadsheets is like

EmpId | EmpName
1 | John
2 | Jerry


I want to display these data in my weblist (say www .example.com/employeeList.html) but I do not want to publish the above spreadsheet, only when I user the above page link Then I would like to get the record

Note: The document will be in Private mode.

Thanks

Try to parse it as JSON or XML I It does not know much about how the API receives information, but there are some tools that can help you. The link is coming soon.

Do you like a specific format?

If the document is private, then there should be some type of authentication to get the locked data and then it will know how to purse it, or both at a time.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -