KSpreadSheet is a google spreadsheet tool able to append data to a google spreadsheet using the Google API and Kotlin language.
The Lib
folder contains the source code and the java-library project which is used within the Example
folder. Both featuring Kotlin using the gradle build system.
KSpreadSheet also showcases editing the cell style for the spreadsheet document using the Google API format. In the case of Example
, it's loaded via a json file from the Example/src/main/resources
directory.
- Java support
- Kotlin support
- Gradle
- Google account with public writing privileges through the document link
- Editing the example's
App.kt
to use real paths for configurations and secret files.
- Linux (Manjaro, 5.4)
- Gradle 6.6.1
- Kotlin 1.3.72
KSpreadSheet/Lib$ gradle build
KSpreadSheet/Example$ gradle run