Sheets

Sheets

Google Sheets API

Reads and writes Google Sheets.

Constructor

new Sheets()

Example
```js
const {google} = require('googleapis');
const sheets = google.sheets('v4');
```