Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Class | Description |
---|---|---|
class |
HSSFHyperlink |
Represents an Excel hyperlink.
|
Modifier and Type | Method | Description |
---|---|---|
void |
HSSFCell.setHyperlink(Hyperlink hyperlink) |
Assign a hyperlink to this cell
|
Modifier and Type | Method | Description |
---|---|---|
Hyperlink |
CreationHelper.createHyperlink(int type) |
Creates a new Hyperlink, of the given type
|
Hyperlink |
Cell.getHyperlink() |
Modifier and Type | Method | Description |
---|---|---|
void |
Cell.setHyperlink(Hyperlink link) |
Assign a hyperlink to this cell
|
Modifier and Type | Method | Description |
---|---|---|
Hyperlink |
SXSSFCell.getHyperlink() |
Modifier and Type | Method | Description |
---|---|---|
void |
SXSSFCell.setHyperlink(Hyperlink link) |
Assign a hyperlink to this cell
|
Modifier and Type | Class | Description |
---|---|---|
class |
XSSFHyperlink |
XSSF Implementation of a Hyperlink.
|
Modifier and Type | Method | Description |
---|---|---|
void |
XSSFCell.setHyperlink(Hyperlink hyperlink) |
Assign a hyperlink to this cell
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.