Hello Friends,
I have several excel files and i need to process specific tab(worksheet) of an excel file, that matches with the provided name. if it matches, it should push the data in specific table, is there way to gather worksheet name and matching to required name and once it matches - It will then push it to table.
For ex: if sheet name starts with name Machine, it will push that corresponding data to certain table. It should check all excel files for tab that starts with name Machine
How do i achieve this?
Please help.