unvell / ReoGrid

Fast and powerful .NET spreadsheet component, support data format, freeze, outline, formula calculation, chart, script execution and etc. Compatible with Excel 2007 (.xlsx) format and working on .NET 3.5 (or client profile), WPF and Android platform.
https://reogrid.net
MIT License
1.32k stars 390 forks source link

How to extract the exact value? #507

Open commella opened 11 months ago

commella commented 11 months ago

Hi, I am trying to extract the value of a cell already created with decimal separator comma, when I try to extract the data it returns a double with an incorrect value, I have tried to apply a format to the column before extracting the data without success, is there any way to extract the exact value?

Thank you very much. Screenshot_2 Screenshot_3