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

After updating Node version to 14 and above, When calling `sheet.loadCells()` I receive: ``` buffer.js:821 return this.utf8Slice(start, end); ^ Error: Cannot create a string longer than 0x1fffffe8 characters at Buffer.toString...

Still have the same issue documented here - https://github.com/theoephraim/node-google-spreadsheet/issues/654 When using the following package.json "dependencies": { "@aws-sdk/client-iam": "^3.414.0", "@aws-sdk/client-sqs": "^3.414.0", "@aws-sdk/client-ssm": "^3.414.0", "@aws-sdk/types": "^3.413.0", "@florencehealthcare/fhc-api": "^2.0.2", "@florencehealthcare/florence-api": "^0.0.10", "axios": "^1.5.0",...

Implementation of the deleteDimension api call.

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

I'm stucked with a gsheets i want to update because there are some rows and columns frozen. I found this: ```javascript await worksheet.updateProperties({ gridProperties: { frozenColumnCount: 0, frozenRowCount: 0, }...

In this library code, you provid mechanism to forbid duplicate headers for non-empty strings. But this is too coercitive. A google spreadsheet can have duplicate header values ![Capture d’écran du...

enhancement

Sometimes sheet.addRow / addRows works most the time it tries to write on my header row which I had to protect from the user the api uses to try and...

I used the Google Sheets QUERY function to visualize data from another sheet but when I use row.set instead of updating only that cell, it replaced the whole row which...

Hello! It's possible that I am blind. There is a function for providing access to the file via email. Could you please tell me if it's possible to revoke access...