Reputation: 51
Using the new Drive SDK, I would like to read and update rows/columns in a native google spreadsheet stored on my google drive, and display them on my web page. I m using Java and App Engine. I found the documentation and DrEdit example confusing, they don't exactly explain how to read/update native google docs. Can someone please explain to me what I need to do step by step, with code examples if possible? Thank you.
Upvotes: 0
Views: 2045
Reputation: 13528
The Google Spreadsheets API would be the better choice for interacting directly with row and column data.
Upvotes: 1