gristlabs_grist-core/static
Jarosław Sadziński 08295a696b (core) Export to Excel and Send to drive
Summary:
Implementing export to excel and send to Google Drive feature.

As part of this feature few things were implemented:
- Server side google authentication exposed on url: (docs, docs-s, or localhost:8080)/auth/google
- Exporting grist documents as an excel file (xlsx)
- Storing exported grist document (in excel format) in Google Drive as a spreadsheet document.

Server side google authentication requires one new environmental variables
- GOOGLE_CLIENT_SECRET (required) used by authentication handler

Test Plan: Browser tests for exporting to excel.

Reviewers: paulfitz, dsagal

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D2924
2021-07-21 16:36:00 +02:00
..
icons (core) Add Lock icon 2021-06-01 13:10:57 -04:00
img (core) move client code to core 2020-10-02 13:24:21 -04:00
ui-icons (core) Add Lock icon 2021-06-01 13:10:57 -04:00
app.html (core) Make mobile the default mode. 2021-02-25 11:31:43 -05:00
error.html (core) move client code to core 2020-10-02 13:24:21 -04:00
hljs.default.css (core) move client code to core 2020-10-02 13:24:21 -04:00
index.html Initial config with a few files that build on client and server side. 2020-05-20 00:50:46 -04:00
message.html (core) Export to Excel and Send to drive 2021-07-21 16:36:00 +02:00