Interface Spreadsheet.HyperlinkCellClickHandler

    • Method Detail

      • onHyperLinkCellClick

        void onHyperLinkCellClick​(org.apache.poi.ss.usermodel.Cell cell,
                                  org.apache.poi.ss.usermodel.Hyperlink hyperlink)
        Called when a hyperlink cell has been clicked. Assumes the implementation knows which spreadsheet is in use if needed, and how to navigate or perform some other action.
        Parameters:
        cell - The cell that contains the hyperlink
        hyperlink - The actual hyperlink
      • getHyperlinkFunctionTarget

        String getHyperlinkFunctionTarget​(org.apache.poi.ss.usermodel.Cell cell)
        Returns:
        link target for use as a tooltip