Class OdsCreationHelper

java.lang.Object
org.spdx.spreadsheetstore.ods.OdsCreationHelper
All Implemented Interfaces:
org.apache.poi.ss.usermodel.CreationHelper

public class OdsCreationHelper extends Object implements org.apache.poi.ss.usermodel.CreationHelper
Adapter for Apache POI CreationHelper for ODS documents. Provides factories for formula evaluators, formats, and hyperlinks.
  • Constructor Details

    • OdsCreationHelper

      public OdsCreationHelper(OdsWorkbook workbook)
      Creates an ODS creation helper adapter.
      Parameters:
      workbook - Parent ODS workbook.
  • Method Details

    • createFormulaEvaluator

      public org.apache.poi.ss.usermodel.FormulaEvaluator createFormulaEvaluator()
      Specified by:
      createFormulaEvaluator in interface org.apache.poi.ss.usermodel.CreationHelper
    • createDataFormat

      public OdsDataFormat createDataFormat()
      Specified by:
      createDataFormat in interface org.apache.poi.ss.usermodel.CreationHelper
    • createHyperlink

      public org.apache.poi.ss.usermodel.Hyperlink createHyperlink(org.apache.poi.common.usermodel.HyperlinkType type)
      Specified by:
      createHyperlink in interface org.apache.poi.ss.usermodel.CreationHelper
    • createExtendedColor

      public org.apache.poi.ss.usermodel.ExtendedColor createExtendedColor()
      Specified by:
      createExtendedColor in interface org.apache.poi.ss.usermodel.CreationHelper
    • createClientAnchor

      public org.apache.poi.ss.usermodel.ClientAnchor createClientAnchor()
      Specified by:
      createClientAnchor in interface org.apache.poi.ss.usermodel.CreationHelper
    • createAreaReference

      public org.apache.poi.ss.util.AreaReference createAreaReference(String reference)
      Specified by:
      createAreaReference in interface org.apache.poi.ss.usermodel.CreationHelper
    • createAreaReference

      public org.apache.poi.ss.util.AreaReference createAreaReference(org.apache.poi.ss.util.CellReference topLeft, org.apache.poi.ss.util.CellReference bottomRight)
      Specified by:
      createAreaReference in interface org.apache.poi.ss.usermodel.CreationHelper
    • createRichTextString

      public org.apache.poi.ss.usermodel.RichTextString createRichTextString(String text)
      Specified by:
      createRichTextString in interface org.apache.poi.ss.usermodel.CreationHelper