public class XSSFCreationHelper extends Object implements CreationHelper
| Constructor and Description |
|---|
XSSFCreationHelper(XSSFWorkbook wb)
Should only be called by
XSSFWorkbook.getCreationHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addExternalWorkbook(String name,
Workbook workbook) |
AreaReference |
createAreaReference(CellReference topLeft,
CellReference bottomRight) |
AreaReference |
createAreaReference(String reference) |
XSSFClientAnchor |
createClientAnchor()
Creates a XSSFClientAnchor.
|
XSSFDataFormat |
createDataFormat() |
XSSFColor |
createExtendedColor() |
XSSFFormulaEvaluator |
createFormulaEvaluator()
Creates a XSSFFormulaEvaluator, the object that evaluates formula cells.
|
XSSFHyperlink |
createHyperlink(HyperlinkType type)
Create a new XSSFHyperlink.
|
XSSFRichTextString |
createRichTextString(String text)
Creates a new XSSFRichTextString for you.
|
protected Map<String,Workbook> |
getReferencedWorkbooks() |
@Internal public XSSFCreationHelper(XSSFWorkbook wb)
XSSFWorkbook.getCreationHelper()wb - the workbook to create objects forpublic XSSFRichTextString createRichTextString(String text)
createRichTextString in interface CreationHelperpublic XSSFDataFormat createDataFormat()
createDataFormat in interface CreationHelperpublic XSSFColor createExtendedColor()
createExtendedColor in interface CreationHelperpublic XSSFHyperlink createHyperlink(HyperlinkType type)
createHyperlink in interface CreationHelpertype - - the type of hyperlink to create, see Hyperlinkpublic XSSFFormulaEvaluator createFormulaEvaluator()
createFormulaEvaluator in interface CreationHelperpublic XSSFClientAnchor createClientAnchor()
createClientAnchor in interface CreationHelperDrawingpublic AreaReference createAreaReference(String reference)
createAreaReference in interface CreationHelperpublic AreaReference createAreaReference(CellReference topLeft, CellReference bottomRight)
createAreaReference in interface CreationHelper