Skip to content

Reads headers and writes rows to google spreadsheets using Kotlin

License

Notifications You must be signed in to change notification settings

NoakPalander/KSpreadSheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Reads headers and writes rows to google spreadsheets using Kotlin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages