How to Load Data to Pre-Formatted or Template Excel File in SSIS Package - SSIS Tutorial

In this video you will learn how to load the data from sQL Server Table to already formatted Excel sheet.
Let's suppose that our business users has prepared an Excel file with pre formatted information such as Log of company on top,
Contact information and company name etc. and have colored the header and sheet as per company standards.

They want us to write the data right after their information in this Excel Sheet so this can be send to Customer on daily basis.

The video covers following Items to prepare an SSIS  Package for this requirement
How to create Excel Template or PreFormatted Report that we will be using in SSIS Package
How to create a Template folder in which this initial file will be save
How to write data from SQL Server Table to Excel Destination
How to Copy Template Excel file to Destination Folder and rename by adding DateTime to it
How to Use Functions such as GETGATE(), Substring(), Replace in SSIS Package
How to use Variables and Expressions in SSIS Package



Load Data from SQL Server Table To Preformatted Excel File in SSIS Package

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.