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

Read headers in batch on getRows()

Open adrinr opened this issue 9 months ago • 1 comments

The current flow, when running getRows, checks if the headers are loaded. If they are not, we first load the headers and then we run the get. These 2 calls are slow, and they can be speed up using the batchGet endpoint provided by google

adrinr avatar May 16 '24 09:05 adrinr