Formatting problem while exporting a web page in ms-excel in asp.net using C#
HiI am using Asp.Net 2.0 and C# 2005. I have created a web page and i am exporting that page in excel,but the problem is that when the page gets displayed in ms excel the format is getting changed.That is receipt number is a column in grid and 234500009890 is a row in that column ( here 234500009890 is the receipt number ) then in the excel page it is showing as 2.34E2 something like this.This is just an example of the error that i am facing.I want the receipt number in the same format as it is.I dont want the format to change.Please help and provide with ur valuable suggestions.Thanks and RegardsPraveen Kumar
|