| Package | Description |
|---|---|
| org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
| org.apache.poi.ss.usermodel |
| Modifier and Type | Method and Description |
|---|---|
void |
HSSFCell.setHyperlink(Hyperlink hyperlink)
Assign a hyperlink to this cell.
|
| Constructor and Description |
|---|
HSSFHyperlink(Hyperlink other) |
| Modifier and Type | Method and Description |
|---|---|
Hyperlink |
CreationHelper.createHyperlink(HyperlinkType type)
Creates a new Hyperlink, of the given type
|
Hyperlink |
Cell.getHyperlink() |
Hyperlink |
Sheet.getHyperlink(CellAddress addr)
Get a Hyperlink in this sheet located in a cell specified by {code addr}
|
Hyperlink |
Sheet.getHyperlink(int row,
int column)
Get a Hyperlink in this sheet anchored at row, column
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Hyperlink> |
Sheet.getHyperlinkList()
Get a list of Hyperlinks in this sheet
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cell.setHyperlink(Hyperlink link)
Assign a hyperlink to this cell
|