node-google-spreadsheet
node-google-spreadsheet copied to clipboard
Read headers in batch on getRows()
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