Search code examples
javagoogle-docs-api

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?


Solution

  • 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.