When trying out the Example from Google in Android Studio i got the following error:
Error:(52, 46) error: incompatible types
required: CellEntry
found: SpreadsheetEntry
at Line:
// Iterate through each cell, printing its value.
for (CellEntry cell : feed.getEntries()) {
I used the Example "Work with list-based feeds" from https://developers.google.com/google-apps/spreadsheets/data
Also, is it possible to get data from a public spreadsheet without authentication?