Reading Colums from A to Z and how to iterate them

Hello Guys,

can any one advise me how to iterate the columns from excel.

any sample code would be helpful.

Thank you

You’ll usually iterate through a datatable. Please watch the Excel tutorials.
If you want to access individual cells check this: How to Write to Excel CELL index v.2 - #3 by alba_0792

1 Like

Hi badita,
can you please tell me, where can I find the tutorials for the complete excel automation.

Thank you

Hello @vbrgangasani

I don´t know why you would need to iterate the file laterally, but I hope the solution I am providing can help you.
IterateExcelColumns.zip (8.2 KB)

Regards!

1 Like

Start here

thank you for the advise Tiago