|
Numeric$ = HSSFWorkbook_createCellStyle(book);
DataFmt = HSSFWorkbook_createDataFormat(book);
TempStr = new_String('#,##0.00');
NumFmt = HSSFDataFormat_getFormat(DataFmt: TempStr);
HSSFCellStyle_setDataFormat(Numeric$: NumFmt);
HSSFCellStyle_setAlignment(Numeric$: ALIGN_RIGHT);
I have the above code in a RPGLE program and when I write a negative number to the cell I get a -123.00 in front of the number.
What can I change to have a negative number written as (123.00).
I need the cell to know that it is negative for formulas.
Wes Palmer
Programmer/Analyst
SCTC
503-769-8456
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.