• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Accounting float with Bold style

babu

New Member
Hello ALL,
I need help in cell formatting in EXCEL
I need to make a a number in a cell Accounting float(Number formatting) and Bold Font. When I am making accounting float, and BOLD , they are being over written by each other.Anny solution, to make accounting float and bold at the same time

protected WritableCellFormat wrapNumberAccount;

black = new WritableFont(
WritableFont.ARIAL,
10,
WritableFont.BOLD,
false,
UnderlineStyle.NO_UNDERLINE,
Colour.BLACK);

THanks
Babu
 
Hi Babu ,

I think this question relates to the jExcelapi Java class ; as such this is an Excel forum , and there may not be many who are knowledgeable about this Java class.

You would do better to post this question in a Java forum.

Narayan
 
Hi Babu ,

I think this question relates to the jExcelapi Java class ; as such this is an Excel forum , and there may not be many who are knowledgeable about this Java class.

You would do better to post this question in a Java forum.

Narayan
ok.Thank you!!
 
Back
Top