Dreamsheets is a simple, easy to use, and powerful tool for managing your Google Sheets through Google Apps Script.
Install by running:
npm install --save dreamsheets
For example, you can read from a sheet like this:
import { readSheet } from "dreamsheets";
const mySheetData = readSheet("Sheet Name", { range: "A1:Z100" });
Visit the website for complete documentation: https://product-os.github.io/dreamsheets
CI-less local workflow for windows, (should also work on mac and linux)
$ cd ./dreamsheets
$ npm install
$ npm link
$ cd ./path-to/my-new/example-model-repo
$ npm install
$ npm link dreamsheets
# now make changes to dreamsheets, build them and then test them
The project is licensed under the Apache-2.0 license.
The icon at the top of this file is provided by svgrepo.com and is licensed under Creative Commons CC0.