Have a small challenge that's been bugging me all day and need some help!

Here's my challenge, I'm sure someone has found a way how to do this.
Have an excel spreadsheet that has test cases and need to iterate thru those and enter them into a system (Jira/Zephyr). Let me explain
One iteration will be"
Column1, Column2, Column3 or TC_Name, Steps, Exp_results
TC01 Step 1
Step 2
Step 3
---------> Here where the TC needs to be saves and create a new TC which will be iteration 2 for TC#2 or next TC (TC02 below)
TC02 Step 1
Step 2
Step 3
So it looks like this! in excel
TC01 Step 1
Step 2
TC02 Step 1
Step 2
Step 3
How can I tell the Ranorex that the second iteration is the TC02? Any help, approach will be greatly apreciated!
Thanks in advance
Jimmy