I use activity for each row but I want read excel by use column name. not to use fe_currentrow(0).ToString
How to write it?
Hi @fairymemay
You can write it below way
Name= Currentrow("yourcolumnne"). ToString
Regards