Hi, I have an issue with a precision decimals where a cell of the excel file contains a value 6.3499 and then it displays 6.3% but when I retrieve the value from .NET with the below code, I get 0.0635 or 6.4%
this.FindCell(cellname).DoubleValue
I tried setting a style with more decimals from .NET but it didn’t work.
Is it possible to retrieve all the decimals of the cell?
Thank you!