if i have excel file with multiple sheets an i need to get the sheet name of one of the sheets based on the content of this sheet lets say the column name. how do i achive this
Follow this approach:
- Use Excel Process scope β Inside it use Use Excel File β Inside it use For Each Excel Sheet activity
- Now use Find/Replace Value activity to find the desired column. If found it will return the Range else Null
- Add if condition to check if step 2 activity return null or range. If Range thatβs your sheet. Do your work here and use Break / Exit Loop activity to exit from the For Each Excel Sheet activity
Thanks for the amassing support as usual
1 Like
resultString = String.Join(ControlChars.NewLine,
β01 abc02 cdeβ.Split(" βc).
Aggregate(ββ, Function(acc, s) If(acc <> ββ AndAlso Char.IsDigit(s(0)), acc & β|β & s, acc & s)).
Split(β|"c)) cccccccahhdjejzjsjdjxkdnjxjxendnzn dhsj
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.