Hi Martin . request you to use python as shown here, as there's no dynamic way to get sheet names using ADF activities. https://stackoverflow.com/questions/67541195/adf-how-to-copy-an-excel-sheet-with-multiple-sheets-into-separate-csv-files
How to get excel file names and sheet names in azure data factory.
Martin
40
Reputation points
I have several excel files in a blob storage folder, each excel file has some sheets.
I need to get each file name and each sheet name, and then, insert them in a database.
Eg: insert into dbo.FilesNames (FileName, SheetName)
I need to repeat this for each sheet and file.
Thanks.
Regards,