This repository has been archived on 2026-07-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2011-10-26 09:44:02 +02:00

17 lines
617 B
Plaintext

Google Spreadsheets data API Java Sample - README.txt
-----------------------------------------------------
Google Spreadsheets has multiple ways of access, and thus we have
multiple sample applications.
In cells/, there is a small sample application that shows
demonstrates positional getting and setting of formulas and values.
In list/, there is a small sample application where you can modify
your spreadsheet data almost like a database.
Finally, in gui/, there is a sample that you can use to see potential
ways that Google Spreadsheets Data API could be used to develop a
real, full-featured application.