Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.03 KB

KSpreadSheet

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.

Requirements to build and run

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

Tested on:

  • Linux (Manjaro, 5.4)
  • Gradle 6.6.1
  • Kotlin 1.3.72

Build & run:

KSpreadSheet/Lib$ gradle build
KSpreadSheet/Example$ gradle run

License, MIT

Author, Noak Palander