I am trying to read range from excel starting from a specific cell onwards. for example. i want to read the range from cell B9 onwards but i it will be dynamic based on the excel document.
I tried to read the range from "B9: " but it didnt work, is there any suggestion please since the end cell is not defined and will be changed based on the document ?
Have you tried just B9 without the colon? Or can you just use B9:B1000000 (or the max possible number) and simply remove any blank items from your datatable?
I have tried all the options, it just doesnāt like it. please let me know if there is anything youāve tried works. Also regarding setting up the end cell as B10000 that is a good idea.
I am new to UIpath, would you please guide me how to remove the blanks?
@Yan
Just use āB9ā From the UiPath documentation:
Range - Specifies the range of cells to be read. If this value is not specified, the whole spreadsheet is read. If the value consists of only one cell, the whole spreadsheet is read starting from that cell. Only String variables and strings are supported.
@dzhou I have faced the same problem
I have try to read range from āb19ā but it come to āerrorā and say"Read Range: A column named ā420ā already belongs to this DataTable."
I donāt want to open another topic, because my question is in fact the same, but it relates to action āRead Rangeā in the āMicrosoft Office 365 Activitiesā.
In the classic Read Range writing one cell (eg. āA5ā) is interpreted as the starting cell.
In the O365 Read Range writing one cell is interpreted as reading only one cell.
How can I set the starting cell in O365 Read Range action?