https://bz.apache.org/bugzilla/show_bug.cgi?id=62088
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Nick Burch <[email protected]> --- We have a private method that I think may be what you want: private Format createFormat(double cellValue, int formatIndex, String sFormat) If you enable access to that method via reflection + setAccessible, does that do what you need? Could you also clarify why you want the Format object rather than the formatted string? -- 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]
