Whoops, I sent this to the poi-user list, should have gone to poi-dev...

Also, I looked at the bug 9633 and I think what I want to do will solve this
bug.

ERic


Hi all,

I wanted to check on the status of the enhancment request for putting in a
setBorder commands for a region as well as a cell?

I need it pretty urgently, so, if no one has taken a stab at it, I will.

Basically, after looking at it, I think all I need to add to the Region code
is:

setBorderLeft( HSSFCellStyle.BORDER_MEDIUM) 

Then in the method, I just figure out what cells are in the left side of the
reagion, and just interate through them, grab their style, and call
cell.setBorderLeft(my passed in border)....

Seems easy enough, am I on the right track?

Eric

-----Original Message-----
From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 10:52 AM
To: POI Users List
Subject: Re: how to create a customized cell?


Did you apply the patch that Avik referenced?  Its not in the head, I 
said you could apply the patch avik
replied with a link to, and then build it from the head.

-Andy

Raj Kumar Kundu wrote:

>Hi Andy,
>
>     As per your previous mail, I have downloaded the current copy of POI
>(using CVS CHECKOUT of POI module).  It is just completed.
>
>
>
>     Can you tell me how can I create a customized cell (like
###,###.#####)
>from my java program?
>
>     Can you give me a small example?
>
>Thank you so much.
>
>
>
>Best Regards,
>
>Raj
>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>  
>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to