// Only works if the sheet is published (not the same as setting it to public) public static async Task <List <List <string> > > GetSheet(string sheetId) { return(GetSheetsFromAtomResp(await AtomFeed.Get(GetApiUrlFor(sheetId)))); }