sql server - SSIS: How to append SQL Data into an Excel file AT A SPECIFIC ROW -


i designing ssis package export data sql query excel file, column names in excel file on row 5.

i have created workflow task, , added ole db source , excel destination, plus connection manager both.

the excel connection manager has checkbox of 'first row has column names' (see below) - couldn't find way set 5 (i.e., fifth row).

i have done research , solutions suggested adding formula openrowset parameter @ customerproperties of excel destination.

the above works when column names on first row of excel-sheet, need have column names set on fifth row; first 4 rows used headings:

enter image description here


Comments

Popular posts from this blog

java - Unable to make sub reports with Jasper -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -

Save and close a word document by giving a name in R -