Cell value is read as #### in excel
- by Sathish
I am reading a cell value from excel using named range in my case sometime the column width is smaller then the value that is present in the cell and hence it is appearing as ##### when it is huge number.
when i read this from csharp it is reading as #####. Any fix for this