i am getting asp output as excel sheet.But if value in cell is 0102030 it shows only 102030 what to do???
Printable View
i am getting asp output as excel sheet.But if value in cell is 0102030 it shows only 102030 what to do???
in excel, format the cell properties as text. By the definition of numbers in excel, preceding zero's are truncated. good luck.