Hi @nononame2021 ,
As @Olaf Helper already pointed out:
You can add a apostrophe in front to force Excel to show it as text instead of a numeric value.
To do that you need to use SSIS Derived Column Transformation.
SSIS Derived Column Transformation Expression: "'" + <yourColumnName>
Tutorial on it: derived-column-transformation-in-ssis