06-29-2017 09:16 PM
Hello,
I want to append a row of data to the end of the same excel sheet in each "for loop" iteration to and have the "row name" increasing each time( for example row1, row 2) how can i do that?
I use the append table to the row but it keeps replacing the last date in the row.
Thanks
Solved! Go to Solution.
06-29-2017 09:36 PM
Can you show your existing code?
Also, do you mean an actual Excel sheet, or a simple CSV file?
Formatting the row name should be fairly straightforward - if this is the only thing happening in the loop just take the 'i' value and use Format to String. If you have a case structure and not every iteration leads to a write, then use a Shift Register and increment the value when you write it.
06-29-2017 09:54 PM
06-30-2017 10:50 AM
Thanks for your help i think it could help. can you upload your code ?
06-30-2017 11:54 AM