I have lot of excel files in a folder. Each excel file can contain 2-3 sheets.
I am attaching couple of sample files here. I am looking to collect specific data from these excel files.
Data I am looking to collect are File Names, Tab/Sheet Names, Check if some columns are present (If Yes, Check if there are any duplicates & If No, Duplicate check is not applicable)
Output file attached here shows the data the I want to collect. I want to collect this data for further analysis. Is it possible to get the data in a tabular format like in attached output file.
Kindly help me with this usecase. Thanks in advance. UseCase.zip (25.5 KB)
Thank you very much for your time. The workflow is working perfect.
One last thing - I am not very good with VB expressions. So, I used System.IO.Path.GetFileNameWithoutExtension(File.ToString) - Which is working fine.
However, I am trying to figure out how to remove .xlsx from the file name (1st column of the output) using expression. Can you help with the expression?