2.0.3 • Published 5 months ago

dreamsheets v2.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

npm version

Dreamsheets is a simple, easy to use, and powerful tool for managing your Google Sheets through Google App Scripts.

Installation

Install by running:

npm install --save dreamsheets

Usage

For example, you can read from a sheet like this:

import { readSheet } from "dreamsheets";

const mySheetData = readSheet("Sheet Name", { range: "A1:Z100" });

Documentation

Publish Documentation

Visit the website for complete documentation: https://product-os.github.io/dreamsheets

Development

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

License

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.

2.0.3

10 months ago

1.0.2

3 years ago

2.0.1

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago