I see that the concept of table was introduced in Google Sheets so I want to get that data in google app script:
Is there any method that can get the range or elements like: sheet.getTableByName("Table1")
or sheet.getTables()
?
I have reviewed and tested the methods provided in the documentation, and for example I can get the range object from the namedRanges but not from the Table object.