Hi, I'm using Google Spreadsheet API with Java to get the spreadsheet data in to an JSON string.
Currently I'm using following feedURL to access the spreadsheet using the
title. But I need to access the spreadsheet using the Spreadsheet ID.
Because It is much unique.
I can't figure out how to access the spreadsheet using the ID. Please help
me on this.
URL feedUrl = new
URL("https://spreadsheets.google.com/feeds/spreadsheets/private/full?*title*
=xxxxx")
Many thanks.
