On Tue, 26 Mar 2013, littlenoodles wrote:
I've been using

 data_format = HSSFDataFormat.getBuiltinFormat("($#,##0.00);($#,##0.00)");

to format dollar data in poi since version 3.2.  I recently upgraded to 3.9, and
that code no longer works.  But this does:

 data_format = 7;

If you set it as the int/short value 7, and query the format string that gets applied based on that, how does the string compare to what you were trying to set?

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to