npm install vls-google-sheets
import { GoogleSheets } from 'vls-google-sheets';
const GoogleSheets = new GoogleSheets(sheetId, { apiKey: 'apiKey' });
const sheetsData = await GoogleSheets.read('SheetTitle');
npm install vls-google-sheets
import { GoogleSheets } from 'vls-google-sheets';
const GoogleSheets = new GoogleSheets(sheetId, { apiKey: 'apiKey' });
const sheetsData = await GoogleSheets.read('SheetTitle');
npm i vls-google-sheets
5
1.0.6
ISC
22.1 kB
16