KJW
KJW

Reputation: 15251

Java: Google Spreadsheet API & Uploading csv file?

How can I upload a csv file on my computer programmaticaly using Google Spreadsheet API?

http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#CreatingDocumentOrFileWithContentOnly

Is there a sample Java code anywhere?

Upvotes: 1

Views: 2533

Answers (1)

Matthew Flaschen
Matthew Flaschen

Reputation: 284836

There is example code for this. There is also a guide to installing the library. I don't know if you really need all those dependencies.

Upvotes: 1

Related Questions