I am importing a blank .xlsx file in spreadsheet control to enter data and later read the data from ActiveWorksheet and save it somewhere.
The issue that I am facing is: In the ActiveWorksheet cells, when entering a number that is less than .0001 changes the representation of that number to scientific notation in the cell.
I would like to keep the format as entered, i.e. .00005 stays .00005 and not 5E05.
Would appreciate quick help with this.
Thanks.
The issue that I am facing is: In the ActiveWorksheet cells, when entering a number that is less than .0001 changes the representation of that number to scientific notation in the cell.
I would like to keep the format as entered, i.e. .00005 stays .00005 and not 5E05.
Would appreciate quick help with this.
Thanks.