vls-google-sheets
v1.4.0
Published
VLS Google Sheets
Readme
Technologies
Usage
npm install vls-google-sheets
import { GoogleSheets } from 'vls-google-sheets';
const GoogleSheets = new GoogleSheets(sheetId, { apiKey: 'apiKey' });
const sheetsData = await GoogleSheets.read('SheetTitle');