Object

com.norbitltd.spoiwo.natures.streaming.xlsx

Model2XlsxConversions

Related Doc: package xlsx

Permalink

object Model2XlsxConversions extends BaseXlsx

Linear Supertypes
BaseXlsx, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Model2XlsxConversions
  2. BaseXlsx
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class XlsxBorderStyle extends AnyRef

    Permalink
  2. implicit class XlsxCellFill extends AnyRef

    Permalink
  3. implicit class XlsxCellStyle extends AnyRef

    Permalink
  4. implicit class XlsxColor extends AnyRef

    Permalink
  5. sealed trait XlsxExport extends AnyRef

    Permalink
  6. implicit class XlsxFont extends AnyRef

    Permalink
  7. implicit class XlsxHorizontalAlignment extends AnyRef

    Permalink
  8. implicit class XlsxReadingOrder extends AnyRef

    Permalink
  9. implicit class XlsxSheet extends XlsxExport

    Permalink
  10. implicit class XlsxVerticalAlignment extends AnyRef

    Permalink
  11. implicit class XlsxWorkbook extends XlsxExport

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def additionalPrintSetup(printSetup: PrintSetup, sheetPs: PrintSetup): Unit

    Permalink
    Definition Classes
    Model2XlsxConversionsBaseXlsx
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def convertCellBorders(borders: CellBorders, style: XSSFCellStyle): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  8. def convertCellRange(cr: CellRange): CellRangeAddress

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  9. def convertColor(color: Color): XSSFColor

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  10. def convertColumn(c: Column, sheet: Sheet): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  11. def convertColumnRange(cr: ColumnRange): CellRangeAddress

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  12. def convertFont(f: Font, font: XSSFFont): XSSFFont

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  13. def convertMargins(margins: Margins, sheet: Sheet): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  14. def convertPane(pane: Pane): Int

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  15. def convertPaneAction(paneAction: PaneAction, sheet: Sheet): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  16. def convertPrintSetup(printSetup: PrintSetup, sheet: Sheet): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  17. def convertRowRange(rr: RowRange): CellRangeAddress

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  18. def convertSheetLocking(sl: SheetLocking, sheet: XSSFSheet): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  19. def convertSheetProperties(sp: SheetProperties, sheet: Sheet): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def mergeStyle(cell: Cell, rowStyle: Option[CellStyle], columnStyle: Option[CellStyle], sheetStyle: Option[CellStyle]): Cell

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def setCalendarCell(c: Cell, cell: Cell, value: Calendar): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  31. def setDateCell(c: Cell, cell: Cell, value: Date): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  32. def setHyperLinkUrlCell(cell: Cell, value: HyperLinkUrl, row: Row): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  33. def setTabColor(sheet: Sheet, color: XSSFColor): Unit

    Permalink
    Definition Classes
    Model2XlsxConversionsBaseXlsx
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. def updateColumnsWithIndexes(s: Sheet): List[Column]

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  37. def validateCells(r: Row): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  38. def validateRows(s: Sheet): Unit

    Permalink
    Attributes
    protected[com.norbitltd.spoiwo.natures]
    Definition Classes
    BaseXlsx
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseXlsx

Inherited from AnyRef

Inherited from Any

Ungrouped