I have created a SSIS package with the following tasks
a. Script Task to create Dynamic Filename with current date
b. SQL Task to create a worksheet in the excel 2007 file
c. Dataflow task with oledb destination to pump data from table to the created worksheet in the xlsx file
The package works fine but my problem is that the numbers in the excel sheet are formatted as text and have that green wedge and warning
Any way to get save the numbers as numbers in the excel worksheet from inside SSIS?
Thanks