When I generate an Excel spreadsheet from C#, the account number column lost its leading zeros in the spreadsheet.
For example, if any row has the account number '00012345678', then when I generate the spreadsheet, it shows like '12345678'.
Please help me.
I try to put \t,\n,',etc. but no luck.