Allow me to specify the cell range I want to use per Goolge Tab/Sheet. The example being I have calculated columns values (eg: subTotals, Totals, etc. [at the bottom]) that I don’t want as part of the rows going into Glide. Currently I specify the name of the Tab in GoogleSheets, I’d like to also specify the dataRange.
Is it just for easier management of data or do you have another use case?
You can always set a filter in glide to only show rows that don’t have ‘Total’ as part of one of the column values. This will ignore the totals.
Or if that app will never be able to edit the rows, you could use a formula in google sheets to copy a certain cell range to another sheet. Then use that sheet in your app.