You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, using loadCells() will discard some columns if the first cell in the column is empty. Example below:
doing await sheet.loadCells('A1:C4'); would only load the first 2 columns. How do I force load all cells that I have specified to load?
Currently, using
loadCells()
will discard some columns if the first cell in the column is empty. Example below:doing
await sheet.loadCells('A1:C4');
would only load the first 2 columns. How do I force load all cells that I have specified to load?Code:
Output:
The text was updated successfully, but these errors were encountered: