Bug 52541 - setRowSumsRight does not work
Summary: setRowSumsRight does not work
Status: NEW
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.8-dev
Hardware: PC All
: P2 normal with 1 vote (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-27 08:32 UTC by Jan Fenske
Modified: 2013-03-04 16:29 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Fenske 2012-01-27 08:32:30 UTC
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).
Comment 1 Didier Loiseau 2013-03-04 16:29:41 UTC
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…