Loop in a table

I know I can use Data.ImportExcel to import an excel table into dynamo.
I will use data from Line 1 to Line 10.
Then how to do loop in specified lines in Dynamo?

E.g.
1 I will use data in cell A1, B1 and C1 in Line 1
2 I will use data in cell A2, B2 and C2 in Line 2
ā€¦
10 I will use data in cell A10, B10 and C10 in Line 10

Looks like I need to do 10 loops from Line 1 to Line 10.

maybe a transpose node would help here

2 Likes