You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2012/01/27 09:32:30 UTC

DO NOT REPLY [Bug 52541] New: setRowSumsRight does not work

https://issues.apache.org/bugzilla/show_bug.cgi?id=52541

             Bug #: 52541
           Summary: setRowSumsRight does not work
           Product: POI
           Version: 3.8-dev
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: jfenske@esg.de
    Classification: Unclassified


A call to setRowSumsRight(false) on HSSFSheet does not work, when the column
group is expanded the column to collaps the group staxs on the right.
A call to setAlternativeFormula(false) moves the column to the left as desired
by the call to setRowSumsRight(false).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 52541] setRowSumsRight does not work

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52541

--- Comment #1 from Didier Loiseau <di...@gmail.com> ---
I confirm this behavior: setAlternativeFormula seems to do what setRowSumsRight
would be expected to do, and this last one doesn't seem to do anything. However
I don't know what setAlternativeFormula should do so maybe the bits are just
reversed…

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org