https://bz.apache.org/bugzilla/show_bug.cgi?id=60422
--- Comment #7 from PJ Fanning <[email protected]> --- Andreas - it seems like the existing code works if the user sets the POI UserLocale to US. import org.apache.poi.util.LocaleUtil; LocaleUtil.setUserLocale(Locale.US); Going forward, I think we should not require the user to make this LocaleUtil call. Would it make sense to have LocaleUtil user locale default to Locale.US? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
