Skip to content

Latest commit

 

History

History
35 lines (17 loc) · 1.12 KB

File metadata and controls

35 lines (17 loc) · 1.12 KB

#Google Spreadsheet API Java Client

This API can be used to acces Google Spreadsheets using Java. It uses the newer Google API Java Client.

How to get started

This API depends on the core [spreadsheet-api] (https://github.com/ralph240574/spreadsheet-api):

Clone it first:

git clone git://github.com/ralph240574/spreadsheet-api.git

Build with Maven:

mvn clean install

Then clone this API:

git clone git@github.com:ralph240574/spreadsheet-api-java-client.git

Build with Maven:

mvn clean install

Note when Maven runs the the Unit tests it will open a browser window and ask for access to your Google account. This is necessary to receive the oauth token for authentication. You can use any google account for this, but your account information will never be exposed to the client directly.

##How to use the client For example how to use the client look at the examples in the Examples folder.

Here is an introduction for the [Google Spreadsheet API] (http://code.google.com/apis/spreadsheets/).

Note: this client is using version 2.0 of the API