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

Google Sheets API wrapper for Javascript / Typescript

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

Hello! Sometimes you have number formatting with a thousand separator like this: `2,400` And after reading it becomes a string "2,400" and not a number. It's a pity. Maybe... Is...

Is it possible to limit the column when getting roles? I've been checking the docs and could not find any way to limit the columns, only able to limit the...

Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...

dependencies

add sheet with no params then try to get headerValues previous version (3.3.0) gives me undefined (it's good) current version (4.1.1) throws 'Header values are not yet loaded' (that's not...

![image](https://github.com/theoephraim/node-google-spreadsheet/assets/57594105/a133aaa0-f8c2-4636-8cdc-4b07a0f7a7f4) I have a spreadsheet with data populated as above. I am trying to load the row data. But complete data is not loaded. Only the first columns data are...

As per: https://github.com/theoephraim/node-google-spreadsheet/blob/a7260d8faa32672612f105591543578a252b7876/src/lib/types/sheets-types.ts#L9C34-L9C34

add batch function for merge cell requests

- add ability to save a formula or any string which starts with `=` as a string using the cell-based interface for more details see: #644

I need to auto-resize my A1 and B1 columns based on the text width. in Google Sheets, we can do this by right-clicking on the column and selecting - Resize...