HSSFSheet.groupRow() / groupColumn() may help you there.

~ amol


> -----Original Message-----
> From: news [mailto:[EMAIL PROTECTED] Behalf Of Dmitry
> Sent: Thursday, September 22, 2005 11:03 AM
> To: [email protected]
> Subject: the method of HSSFSheet setRowSumsRight(boolean) doesnt work
> 
> 
> when I using group by columns I wants to display '+' on left 
> as in excel:
> TOOLBAR: Data->group and outline->settings summary columns to 
> right of default 
> to false
> I call the method sheet.setRowSumsRight(false); but nothing happen.
> Any ideas?
> 
> P.S.  sheet.groupColumn((short) 3, (short) 7);
>       sheet.setRowSumsRight(false);
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
> The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/

Reply via email to