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 have an issue, lets say I have a sheet with two tables of data, for example, something like this: ![image](https://user-images.githubusercontent.com/9449735/181864593-d336f2b2-63e3-4482-bb50-b14377dabdad.png) I just want to get A2:B3 data, so what...

## Problem When saving, images that are located in cells with "place image inside cell" in google sheets are removed. It would be nice if they weren't destroyed just by...

When submitting a large write operation, it can sometimes exceed the maxBodyLength setting used for axios. This results in the following error: `Error [ERR_FR_MAX_BODY_LENGTH_EXCEEDED]: Request body larger than maxBodyLength limit`....

I was try to loadCells and stuck in this process forever. Step to reproduce: - Sheet with group columns - Call auth and loadCells - Stuck on loading I think...

needs investigation

There are currently a couple of issues with your release workflow: - There is no changelog, neither in a file nor from releases - There are no tags in the...

I'm getting this error ```js node:internal/crypto/sig:131 const ret = this[kHandle].sign(data, format, type, passphrase, rsaPadding, Error: error:25066067:DSO support routines:dlfcn_load:could not load the shared library at Sign.sign at Object.sign at Object.jwsSign [as...

Provide implementation for: - pasteData - appendDimension

Hi, I suggest this change cause I've a bug on one of my devs. In France, we mostly use dates with this format : dd/mm/yyyy and the leading 0 is...

Hi, I am trying to update cells in a for loop but after successful update I see the sheet as a sincle quote `'` before each values, because of this...

**Edit** : I created a [pull request](https://github.com/theoephraim/node-google-spreadsheet/pull/534) Hi! 👋 Firstly, thanks for your work on this project! 🙂 It really is much simpler to use than the _official_ API !...

enhancement