Closed superrnovae closed 6 months ago
Bugzilla URL: https://bz.apache.org/bugzilla/show_bug.cgi?id=67475 SVN revision: https://svn.apache.org/viewvc?view=revision&revision=1912973
This also fixes parsing of doubles in DataFormatter as it will now pass current culture object to double.Parse() method.
The changes in FormatRawCellContents method caused the failure of TestDataFormatter.TestGrouping and TestDataFormatter.TestLocale. I have to revert the changes.
Bugzilla URL: https://bz.apache.org/bugzilla/show_bug.cgi?id=67475 SVN revision: https://svn.apache.org/viewvc?view=revision&revision=1912973
This also fixes parsing of doubles in DataFormatter as it will now pass current culture object to double.Parse() method.