I have an ssis apckage that writes data to an excel file from a table. There is a numeric field with values like "0.4258" etc.
these get written to excel as ".4258", I have tried pre-formatting the excel destination with number/text data formats.
converting to text doesn't work as excel expects DT_WSTR datatype only.
If anyone was able to overcome this problem please share the solution with me.