Using the new v4 Google sheets api, is it possible to get a range of all cells in a spreadsheet when it conflicts with a cell in A1 notation ?
For example, I have a sheet called A001
.
A001!A1:D3
- Get range A1-D3 from sheet named A001Some-other-sheet
- Get all cells from a sheet called "Some-other-sheet"A001
- instead of getting all cells from a sheet called A001, it gets cell A1 from the first visible sheet.
So i'm basically asking about case #3. Is it possible to get all range of A001 ? (not knowing the range in advance of course)