1
votes

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?

1

1 Answers

1
votes

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.