public class XSSFCreationHelper extends java.lang.Object implements CreationHelper
| Constructor and Description |
|---|
XSSFCreationHelper(XSSFWorkbook wb)
Should only be called by
XSSFWorkbook.getCreationHelper() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
XSSFHyperlink |
createHyperlink(int type)
Deprecated.
POI 3.15 beta 3. Use
createHyperlink(HyperlinkType) instead. |
XSSFRichTextString |
createRichTextString(java.lang.String text)
Creates a new XSSFRichTextString for you.
|
@Internal public XSSFCreationHelper(XSSFWorkbook wb)
XSSFWorkbook.getCreationHelper()wb - the workbook to create objects forpublic XSSFRichTextString createRichTextString(java.lang.String text)
createRichTextString in interface CreationHelperpublic XSSFDataFormat createDataFormat()
createDataFormat in interface CreationHelperpublic XSSFColor createExtendedColor()
createExtendedColor in interface CreationHelper@Deprecated @Removal(version="3.17") public XSSFHyperlink createHyperlink(int type)
createHyperlink(HyperlinkType) instead.createHyperlink in interface CreationHelpertype - - the type of hyperlink to create, see HyperlinkTypepublic 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 CreationHelperDrawing