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

            Bug ID: 58572
           Summary: Make XSSFSheet.getHyperlinkList() and
                    XSSFSheet.getHyperlink(row, col) available in Sheet
                    interface
           Product: POI
           Version: 3.14-dev
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: SS Common
          Assignee: [email protected]
          Reporter: [email protected]
            Blocks: 58348

XSSFSheet.getHyperlinkList and XSSFSheet.getHyperlink are currently only
available in the XSSFSheet implementation, and aren't available in HSSFSheets.
Currently the only way to get a hyperlink from an HSSFWorkbook is to use
HSSFCell.getHyperlink(). To get all hyperlinks in a workbook, this requires
iterating over all cells, which is unnecessarily expensive (and also currently
runs in quadratic time with the number of cells in a sheet).

-- 
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