https://bz.apache.org/bugzilla/show_bug.cgi?id=62030

            Bug ID: 62030
           Summary: Column shifting in HSSF scenario
           Product: POI
           Version: unspecified
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

There was an issue about column shifting :
https://bz.apache.org/bugzilla/show_bug.cgi?id=61474 . It is implemented for
XSSF scenario (implementation covers column shifting, and all issues which
arise with it, not only adjusting of formulae, as title suggests; it resides at
https://github.com/apache/poi/pull/81), but HSSF scenario is covered only
partially. So, all features from https://github.com/apache/poi/pull/81 should
be implemented for hssf too.
There are classes BaseTestColumnShifting and TestHSSFColumnShifting which cover
this issue. All dummy test methods should be removed from
TestHSSFColumnShifting, so that original methods from BaseTestColumnShifting
class can show what does not work.
There is also class TestXSSFColumnShifting which works well, and which tests
xssf solution from issue 61474.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to