Skip to content

aminehck/VueSheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VueSheet

Google Sheets API : google-spreadsheet Package

Installation

npm i google-spreadsheet --save

Features

  • multiple auth options - API key, service account (used in this example), oauth
  • cell-based API - read, write, bulk-updates, formatting
  • row-based API - read, update, delete (based on the old v3 row-based calls)
  • managing worksheets - add, remove, resi

Demo

Live Demo

Examples

the following examples are meant to give you an idea of just some of the things you can do

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Use Google Sheets as a database in Vue.js application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published