I have created ssis package to loda data from excel to database. My problem is Those excel files proteced with password( I know the password) at the minute i am removing password mannually. Is there any way to automate in ssis, Because i have 200 excel files.
Share
This may or may not work based on your company’s security policy (or monitoring thereof), but you could write a quick macro that opens all 200 files and saves them in a temp “unprotected” directory without a password. Then run your SSIS script, and when that completes, delete all 200 files (with a secure deleter such as Eraser)