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.usermodel |
Modifier and Type | Method and Description |
---|---|
void |
HSSFCell.setHyperlink(Hyperlink hyperlink)
Assign a hyperlink to this cell
|
Modifier and Type | Method and Description |
---|---|
Hyperlink |
CreationHelper.createHyperlink(int type)
Creates a new Hyperlink, of the given type
|
Hyperlink |
Cell.getHyperlink()
Returns hyperlink associated with this cell
|
Modifier and Type | Method and Description |
---|---|
void |
Cell.setHyperlink(Hyperlink link)
Assign a hypelrink to this cell
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFCell.setHyperlink(Hyperlink hyperlink)
Assign a hypelrink to this cell
|
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.