Hello,
I have to extract information from an excel and for that I want to process this file row by row. From each row I want to extract only the information stored in specific columns. This information will be stored in a variable that will later be saved in a Dictionary (One Dictionary per row). So then each row will be a Dictionary and the set of Dictionaries will be stored in a List (of object). I will then iterate to dump the information stored in a web
What activity do I have to use to extract the entire excel file and then iterate over the? Read range, read row, read file ??
I show a xaml with what I have managed to make up for now.
Thanks a lot for your suggestions,
A greeting.Main.xaml (11.5 KB)