CSV Exporting: Preserving leading zeros

前端 未结 4 566
后悔当初
后悔当初 2020-12-21 21:25

I\'m working on a .NET application which exports CSV files to open in Excel and I\'m having a problem with preserving leading zeros when the file is opened in Excel. I\'ve

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-21 22:26

    This is not a CSV issue.

    This is Excel loving to play with CSV files.

    Change the extension to something else.

提交回复
热议问题