I'm trying to use Spire.XLS to read very high precision decimals out of Excel. I'm loosing precision in all attempts (including DisplayedValue).
My example is
Put this value into Excel: 0.0003410362464207640
When you read it from Spire, you get 0.0003410362460000000 whether you use NumberText, NumberValue, Value, Value2, or DisplayedText.
Is there any way to do this using Spire?
Thanks,
Sam