https://bz.apache.org/bugzilla/show_bug.cgi?id=62865
Dominik Stadler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #1 from Dominik Stadler <[email protected]> --- This works for me in the current version of POI (4.1.3-SNAPSHOT), verified with the following snippet: CellFormat cf = CellFormat.getInstance("\"ca. \"0"); assertEquals("ca. 5", cf.apply((double) 5).text); Please reopen this issue and attach a self-sufficient test-case which shows the problem if this still does not work for you. Please note that entering a format in a German/European Excel might actually store the format differently in the Excel file itself as Excel "converts" this to US-format internally for multi-national support, -- 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]
