Packages

case class ExcelWriteContext(workbook: Workbook, headers: List[String], location: CodecPath, startOffset: Int, cellStyle: (String) => Option[excel.Styling]) extends TableApiWriteContext[ExcelWriteContext] with ExcelContext with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExcelWriteContext
  2. Product
  3. Equals
  4. ExcelContext
  5. TableApiWriteContext
  6. TableApiContext
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ExcelWriteContext(workbook: Workbook, headers: List[String], location: CodecPath, startOffset: Int, cellStyle: (String) => Option[excel.Styling])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def applyCellStyle(cell: Cell): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val cellStyle: (String) => Option[excel.Styling]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def enterField(name: String): ExcelWriteContext
    Definition Classes
    ExcelWriteContextTableApiContext
  9. def enterIndex(idx: Int): ExcelWriteContext
    Definition Classes
    ExcelWriteContextTableApiContext
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. lazy val formulaEvaluator: FormulaEvaluator
    Definition Classes
    ExcelContext
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. val headers: List[String]
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val location: CodecPath
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. val startOffset: Int
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. val workbook: Workbook
    Definition Classes
    ExcelWriteContextExcelContext

Inherited from Product

Inherited from Equals

Inherited from ExcelContext

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped