You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Dmitry <fd...@mail.ru> on 2005/09/22 17:02:35 UTC

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: poi-user-unsubscribe@jakarta.apache.org
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/