I am trying to export SQL data into template excel using SSIS. My template looks as below:
My SQL code returns data as:
In SSIS in the excel destination not all the columns of my template are showing in the 'Column mapping' section. I can only see 'F1, F2, F3..' in the setting section. Screenshot as below:
Why are the cells A7, B7, C7,..etc are not showing in the column mapping section? any help on how this can be fixed?