how I get specific row and columns in the sheet in app inventor for example I want to read between row 115 and row 230 in column 2.
Look into the documentation
http://ai2.appinventor.mit.edu.ezproxy.canberra.edu.au/reference/components/storage.html#Spreadsheet
Try for example the ReadRange method
Taifun