Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there anyway to get the "value" from a cell (unformatted) #5

Closed
AzzaAzza69 opened this issue Dec 5, 2019 · 2 comments
Closed

Is there anyway to get the "value" from a cell (unformatted) #5

AzzaAzza69 opened this issue Dec 5, 2019 · 2 comments

Comments

@AzzaAzza69
Copy link

eg.
-12345.67 for a number formatted (£#,##0);(£#,##0)
as I get "(12,345.67)"?

@adirfische
Copy link
Contributor

Hello Azza,

No, currently there is no such functionality. Values are always output with formatting applied.

@adirfische
Copy link
Contributor

... except now there is such functionality. : )

When instantiating the Reader, you can now set the 'ReturnUnformatted' configuration setting to true in order to retrieve values without formatting applied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants