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