Hi,
I have the following problem with SSIS Excel destination in Dataflow task.
The data from my select query from the data source are mostly of type money (Sales, Average Sales) and float type (percentages).
The data conversion task turns them to DT_CY or DT_R8 format.
The receiving excel sheet has the data formatted as Accounting or Currency type.
I cannot format the added data because they show up as text and prevent the predefined format to be applied.
I guess that I can reformat the excel sheet afterward by some script task, but I do not have big experience with the excel object model, so if you have any suggestion I will be grateful.
Thanks for your help!