node-google-spreadsheet icon indicating copy to clipboard operation
node-google-spreadsheet copied to clipboard

Google Sheets API wrapper for Javascript / Typescript

Results 113 node-google-spreadsheet issues
Sort by recently updated
recently updated
newest added

I am able to successfully use the library under the NodeJS environment and works very well. But I do have a use-case where I would like pure-browser access to google...

I have a spreadsheet with a protected **first row** (1:1 range), which contains the header values I reference in dot notation when adding rows to my spreadsheet. I discovered today...

However I tried to add header values to a sheet, I get this error. ``` { code: 400, message: `Invalid JSON payload received. Unknown name "headerValues" at 'requests[0].update_sheet_properties.properties': Cannot find...

Implements the sortRange() method. I implemented a shorthand for the sortSpecs, but that can be changed if needed. Also, I should probably add docs about this somewhere.

TS Error: Property addRow does not exist on type GoogleSpreadsheet

How do you add\read\update\delete metadata using this library?

enhancement

Please add support getRangeByName(named_range)

enhancement

I know this is a very far fetched question. But still, I would like to know. I want to do Formatting -> Text Wrapping -> Wrap through the code. Is...

enhancement

I am trying to save a row with all empty records. However, the `save()` function in GoogleSpreadsheetRow.js has this at the very end: this._rawData = response.data.updatedData.values[0]; Since there are no...

needs investigation

## Context I was testing this Google spreadsheet package and I realized I could make use of my service account. After setting up my config I was playing around with...