posted 9 years ago
Hi , I am having problem with bold style
I have a accouting_float number in the cell type format.
When I am making bold, it is over writing the accounting float number and making it bold only
accountBold = new WritableCellFormat(NumberFormats.ACCOUNTING_FLOAT);
wrapBold = new WritableCellFormat(black);
HOw can I make accouting_float Bold in excel cell
any help is appreciated