First i am writing the data into excel sheet using write range activity but i want to know how many rows data is filled and what is the last row index number and range value.
How can i get the last row range (eg: A1 to D30 data is filled )
If you are writing the excel using Datatable then your datatable row count is the last index.
If you are writing row by row , then you can read the sheet using read range and the total number of datatable rows is the last index.
Check the attached XAML, it will give you the Column name for the input Column Number.
So now you have the column name + row count = expected value.ConvertToLetter.xaml (8.1 KB)
If you already have a solution why you want to go for a new one, its the best and easiest solution to get the last value.
So if there is a specific requirement from your project, where you want to save the efficiency ,time and get the last value directly, please let us know.