public class SXSSFCreationHelper extends java.lang.Object implements CreationHelper
| Constructor and Description |
|---|
SXSSFCreationHelper(SXSSFWorkbook workbook) |
| Modifier and Type | Method and Description |
|---|---|
ClientAnchor |
createClientAnchor() |
DataFormat |
createDataFormat()
Creates a new DataFormat instance
|
ExtendedColor |
createExtendedColor()
Creates a XSSF-style Color object, used for extended sheet
formattings and conditional formattings
|
SXSSFFormulaEvaluator |
createFormulaEvaluator()
Creates FormulaEvaluator - an object that evaluates formula cells.
|
Hyperlink |
createHyperlink(int type)
Creates a new Hyperlink, of the given type
|
XSSFRichTextString |
createRichTextString(java.lang.String text)
Creates a new RichTextString instance
|
public SXSSFCreationHelper(SXSSFWorkbook workbook)
public XSSFRichTextString createRichTextString(java.lang.String text)
CreationHelpercreateRichTextString in interface CreationHelpertext - The text to initialise the RichTextString withpublic SXSSFFormulaEvaluator createFormulaEvaluator()
CreationHelpercreateFormulaEvaluator in interface CreationHelperpublic DataFormat createDataFormat()
CreationHelpercreateDataFormat in interface CreationHelperpublic Hyperlink createHyperlink(int type)
CreationHelpercreateHyperlink in interface CreationHelperpublic ExtendedColor createExtendedColor()
CreationHelpercreateExtendedColor in interface CreationHelperpublic ClientAnchor createClientAnchor()
createClientAnchor in interface CreationHelperCopyright 2017 The Apache Software Foundation or its licensors, as applicable.