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
public SXSSFCreationHelper(SXSSFWorkbook workbook)
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
public Hyperlink createHyperlink(int 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