1.0.19 • Published 7 months ago
google-sheet-package v1.0.19
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
7 months ago
1.0.18
7 months ago
1.0.17
7 months ago
1.0.16
7 months ago
1.0.15
7 months ago
1.0.14
7 months ago
1.0.13
7 months ago
1.0.12
7 months ago
1.0.11
7 months ago
1.0.10
7 months ago
1.0.9
7 months ago
1.0.8
7 months ago
1.0.7
7 months ago
1.0.6
8 months ago
1.0.5
8 months ago
1.0.4
8 months ago
1.0.3
8 months ago
1.0.2
8 months ago
1.0.1
8 months ago
1.0.0
8 months ago