NOTE: The Pattern is only applicable for the Excel Source, you can't use it in Excel Destination component.
NOTE: If you want to operation with multiple files then use wildcard pattern as below (when you use wildcard pattern in source path then system will treat source path as folder regardless you end with slash). Examples: c:\SSIS\Excel\file123.xlsx (single file). c:\SSIS\Excel\file*.xlsx (all files starting with name file). c:\SSIS\Excel\subfolder\*.xlsx (all files with .xlsx Extension and located under folder subfolder).
Property Name | Description |
---|---|
CreateFileIfMissing | It will automatically create file if missing in the path, not valid if path contains pattern (i.e. *?) |
EditPassword | Set the Password for modifing an Excel file |
OpenPassword | Set the Password for Opening an Excel file |
Path | Set the physical path of the Excel file |
ConnectionString | Set the Excel file connection string, Sample connection string (Path=C:\demo\demo1.xlsx;ExcelVersion=Default;OutputBadDateAsNull=False;CreateFileIfMissing=False;ConnectionStringFile=;RetainSameConnection=False) |