Android app that updates Google spreadsheet -
I want to create an Android app that allows multiple users to connect to Google Spreadsheets, this single sheet app Records data through Do I have to make a public letter? If this happens then authentication is required or only the URL of the sheet. What is the need for authorization if there is a private sheet? I have read about the spreadsheet API but I will not start where which public or private sheet will be easy
You can use google-apps-script or google. -Spreadsheet-API 3.0 (GDTA) but I suspect that google-spreadsheet-api is what you want Google-apps-script is like VBA and runs on Google servers.
For GData, CellDemo.java gives a good overview of the features.
Note: There are no INSERT rows, only with APPEND line gdata - google-spreadsheet-api 3.0
I have never used a public sheet, arguably not . For personalized sheets, you need an OAuth2 or application password.
Comments
Post a Comment