I am using a SSIS Data Flow Task to export data from SQL Server to an Excel destination, but while exporting it converts int
values to "Numbers Stored As Text" Excel cells and every cell gets this error "number stored as text" with a green tag.
Can you please guide me how I can export my int
values from SQL Server to a number in Excel?
Thanks