theoephraim / node-google-spreadsheet

Google Sheets API wrapper for Javascript / Typescript
https://theoephraim.github.io/node-google-spreadsheet
The Unlicense
2.31k stars 391 forks source link

Cannot loadCells using array of filter #333

Closed VrTech closed 3 years ago

VrTech commented 4 years ago

According to this https://theoephraim.github.io/node-google-spreadsheet/#/classes/google-spreadsheet-worksheet

This is what I used sheet.loadCells(["A1:C1","K1:J1"])

I only got the first 3 cells but not the other filter. any ideas?

Also I use loadCells twice. First with sheet.loadCells("A1:C1") then sheet.loadCells(["A1:C1","K1:J1"])

Thank you!

theoephraim commented 3 years ago

HI @VrTech - is this still a problem? I just checked and I can load multiple ranges without any issues.

VrTech commented 3 years ago

i think it’s fixed 💯