1.0.19 • Published 8 months ago

google-sheet-package v1.0.19

Weekly downloads
-
License
MIT
Repository
-
Last release
8 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

8 months ago

1.0.18

8 months ago

1.0.17

9 months ago

1.0.16

9 months ago

1.0.15

9 months ago

1.0.14

9 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago