UNPKG

google-sheet-apis

Version:

![npm](https://img.shields.io/npm/v/google-sheet-apis) ![npm](https://img.shields.io/npm/dw/google-sheet-apis) ![npm bundle size](https://img.shields.io/bundlephobia/min/google-sheet-apis)

12 lines (11 loc) 384 B
import { GoogleSheetApisProps, ParamsResourceSpreadsheetsValuesBatchget } from './interfaces'; export declare class GoogleSheetApis { private auth; private sheets; constructor(props: GoogleSheetApisProps); /** * * @description get data from spreadsheet */ getData(params: ParamsResourceSpreadsheetsValuesBatchget): Promise<string[][]>; }