Skip to main content
2 votes
1 answer
99 views

is there a way how to get updateable sheet name of the active or any other sheet without using scripts - only native formulae allowed and no hardcoding for example, in the spreadsheet there is a sheet ...
player0's user avatar
  • 132k
0 votes
1 answer
114 views

I have a project to monitorize some parameters with ESP32 (Arduino IDE sketch) and I save result into a gsheets. Every new day generate new sheet to save dates. After new sheet creation, I want to ...
Arthur Serban's user avatar
0 votes
0 answers
86 views

I make some android app that can input data and store it in Google sheets When I run it in the emulator, it work really well. I can input new data and it show the data in the sheets. But, when I ...
Theo Haganta's user avatar
1 vote
3 answers
351 views

Using the gsheets library, I can calculate the total number of rows in a specific sheet: final sheet = ss.worksheetByTitle('test'); final rows = await sheet?.values.map.allRows(); final totalRows = ...
Meysam's user avatar
  • 18.3k