Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moontai0724/sync-session-to-spreadsheet

Simply just sync session infos into spreadsheet for schedule
https://github.com/moontai0724/sync-session-to-spreadsheet

google-apps-script opass

Last synced: about 2 months ago
JSON representation

Simply just sync session infos into spreadsheet for schedule

Awesome Lists containing this project

README

        

# sync-session-to-spreadsheet

This is a apps script to sync session infos to spreadsheet for schedule usage.

## Prerequirements

None, this script will create all sheets it need.
You can configure some variables to match your need.

## Getting started

Just setup config and simply generate and copy-paste `dist/Code.gs` file content into apps script.

```shell=
cp config.example.js config.js
yarn build
```

If you want to change any config, just change it directly, then rebuild and copy-paste. Variables are already going with comments.