Get data from a gsheet (Google spreadsheet)

  1. 8 years ago

    damerms

    2 Mar 2016 User since 2016

    Is there a way to get data from a gsheet?

  2. marco

    2 Mar 2016 Administrator User since 2016

    According to this post: http://www.telerik.com/blogs/google-spreadsheet-as-data-source-android seems like a sheet can be read using an http request (which returns a JSON). So just build the correct URL and use the HTTP Client class.

  3. damerms

    2 Mar 2016 User since 2016

    Thanks.

or Sign Up to reply!