Skip to content

Update Chart.cs#938

Merged
tonyqus merged 1 commit into
nissl-lab:masterfrom
PBrunot:bug-930
Oct 20, 2022
Merged

Update Chart.cs#938
tonyqus merged 1 commit into
nissl-lab:masterfrom
PBrunot:bug-930

Conversation

@PBrunot
Copy link
Copy Markdown
Contributor

@PBrunot PBrunot commented Oct 20, 2022

fix for #930 and #376 : force invariant culture as non-english version of Excel expect "1.23" format for 1.23 double and the double->string conversion is dependent on current culture, resulting in "1,23" being generated in the XML.

Ran the testsuite with no regressions on charts:
image

fix for nissl-lab#930 and nissl-lab#376 : force invariant culture as non-english version of Excel expect "1.23" format for 1.23 double and the double->string conversion is dependent on current culture, resulting in "1,23" being generated in the XML.
@tonyqus
Copy link
Copy Markdown
Member

tonyqus commented Oct 20, 2022

LGTM

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

Successfully merging this pull request may close these issues.

2 participants