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

[BUG] Failing unit test ParseFromString_OneDimensionArrayFromToString_ReturnsCorrectValues in German Excel #25

Open
Mo-Gul opened this issue Jan 20, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Mo-Gul
Copy link

Mo-Gul commented Jan 20, 2024

The title says it all.

One of the array elements created is 252,002128362656 (in the Immediate Window), so in English it would be 252.002128362656. In StringBuilder Fragment (at least for me) unexpectedly arrives as 252002128362656,. This of course later causes CLng to fail because the number is to large.

Maybe this is related to #24?

Also here I could dig deeper ...

@Mo-Gul Mo-Gul added the bug Something isn't working label Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants