1.0.19 • Published 5 months ago

google-sheet-package v1.0.19

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Google Sheet Package

Este paquete permite interactuar con Google Sheets usando la API de Google.

Instalación

npm install google-sheet-package

Uso

import GoogleSheet from "google-sheet-package";

const sheet = new GoogleSheet({
  sheetId: "tu-sheet-id",
  rowHead: 1,
  nameSheet: "Hoja1",
  description: "Mi hoja de cálculo",
});

sheet.getData().then(data => console.log(data));
1.0.19

5 months ago

1.0.18

5 months ago

1.0.17

5 months ago

1.0.16

5 months ago

1.0.15

5 months ago

1.0.14

5 months ago

1.0.13

5 months ago

1.0.12

5 months ago

1.0.11

5 months ago

1.0.10

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago