Conveting Type to Text

Hi,
I have one cell whose value is 4e23 but when im downloading the excel through aspose its value is being changed to 4e+23. How can i solve this problem or is there any way i can turn off this setting which is changing it?

@Amrinder_Singh,
I tested the scenario you described in the Excel file. When I enter 4e23, Excel will automatically display 4.00E+23 after entering, and Aspose.Cells follows MS-Excel rules, so the result is correct.
What API did you use that caused the issue? If possible, please provide your sample file and a console project that can reproduce the issue. This will be very helpful for us to locate the issue.