I have created a ssis package
to import multiple excel sheets to database table.
So far, i could import all columns to database table but i need another column that keeps sheetname for the main columns.
I used variable for excel sheet and it is pretty succsessful.
How can i add sheet name as an extra column?