Convert and upload Excel files to Google Sheets.
#Usage
- Clone this repo.
- Set up Google Drive API OAuth 2 client and secret. Store the credentials in src/main/resource/clients_secrets/client_secrets.json. See: https://console.developers.google.com
- Compile using mvn compile.
- mvn exec:java
#What do you need?
- Maven
- Java
- Google Drive API credentials obviously. https://console.developers.google.com
- Maven will figure rest out.