I know the range method. But how to I get all values in a active spreadsheet without any range selected. I need to loop through all rows
0
Dimitar
Telerik team
answered on 16 Dec 2016, 01:18 PM
Hi,
You may iterate over the rows count and columns count and pass the respective indexes to the range() method. Thus, you could avoid hardcoding the range. Still the range method should be used. Here is a Dojo sample. I hope it fits your case.