Hello,
I noticed 3 ways of expression on Excel Connection Manage to do the same work for loop excel files. The variable is "filename".
1. ConnectionString
"Provider=Microsoft.ACE.OLEDB.12.0;Data Source="+ @[User::filename]+" ;Extended Properties=\"Excel 12.0 XML;HDR=YES\";"
2. ExcelFilePath: @[User::filename]
3. ServerName: @[User::filename]
Either way can loop files.Is there any difference among them?
Thanks
↧