org.apache.poi.xssf.streaming
Class SXSSFCreationHelper
java.lang.Object
org.apache.poi.xssf.streaming.SXSSFCreationHelper
- All Implemented Interfaces:
- CreationHelper
public class SXSSFCreationHelper
- extends java.lang.Object
- implements CreationHelper
Streaming Creation Helper, which performs some actions
based on the Streaming Workbook, and some on the related
regular XSSF Workbook
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SXSSFCreationHelper
@Internal
public SXSSFCreationHelper(SXSSFWorkbook workbook)
- Should only be called by
SXSSFWorkbook.getCreationHelper()
- Parameters:
workbook - the workbook to create objects for
createRichTextString
public XSSFRichTextString createRichTextString(java.lang.String text)
- Specified by:
createRichTextString in interface CreationHelper
createFormulaEvaluator
public SXSSFFormulaEvaluator createFormulaEvaluator()
- Specified by:
createFormulaEvaluator in interface CreationHelper
createDataFormat
public DataFormat createDataFormat()
- Specified by:
createDataFormat in interface CreationHelper
createHyperlink
@Deprecated
@Removal(version="3.17")
public Hyperlink createHyperlink(int type)
- Deprecated. POI 3.15 beta 3. Use
createHyperlink(HyperlinkType) instead.
-
- Specified by:
createHyperlink in interface CreationHelper
createHyperlink
public Hyperlink createHyperlink(HyperlinkType type)
- Specified by:
createHyperlink in interface CreationHelper
createExtendedColor
public ExtendedColor createExtendedColor()
- Specified by:
createExtendedColor in interface CreationHelper
createClientAnchor
public ClientAnchor createClientAnchor()
- Specified by:
createClientAnchor in interface CreationHelper