Iam Exporting my datas to .csv format from asp.net project. When iam exporting those numbers having zero at beginning was handled by adding
="0183"
Then it is visible as 0183 in excel. But the problem is when i am copying these things to other files it again copied as ="0183"
So , can anyone help me to handle zero started numbers in export to .csv from C# coding?