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

           Summary: no Method getMergedRegion(int) in common interface
                    org.apache.poi.ss.usermodel.Sheet
           Product: POI
           Version: 3.5-dev
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


in org.apache.poi.hssf.usermodel.HSSFSheet there are 4 methods for dealing with
merged regions:
- addMergedRegion
- getNumMergedRegions
- getMergedRegion
- removeMergedRegion

in interface org.apache.poi.ss.usermodel.Sheet there are only 3:
- addMergedRegion
- getNumMergedRegions
- removeMergedRegion

so i am missing the getMergedRegion(int) method for reading merged cells from
my sheet.


-- 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to