Skip to content

ralph240574/spreadsheet-api-java-client

Repository files navigation

#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

About

Java Client for Google Spreadsheets based on google-api-java-client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages