https://issues.apache.org/bugzilla/show_bug.cgi?id=41478
--- Comment #3 from Dmitriy Kumshayev <[email protected]> 2009-01-21 22:55:12 PST --- since POI anyway does not do anything about "creating a space that is the width of a character", an easy fix could be to remove leading "(" instead of adding "_" the following way: 5, "$#,##0_);($#,##0)" 6, "$#,##0_);[Red]($#,##0)" 7, "$#,##0.00);($#,##0.00)" 8, "$#,##0.00_);[Red]($#,##0.00)" 0x25, "#,##0_);(#,##0)" 0x26, "#,##0_);[Red](#,##0)" 0x27, "#,##0.00_);(#,##0.00)" 0x28, "#,##0.00_);[Red](#,##0.00)" -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
