Packages

c

scalaql.excel

ExcelReadContext

case class ExcelReadContext(workbook: Workbook, naming: Naming, evaluateFormulas: Boolean, headers: Map[String, Int], cellResolutionStrategy: CellResolutionStrategy, location: CodecPath, currentOffset: Int, documentRowNumber: Int) extends TableApiContext[ExcelReadContext] with ExcelContext with Product with Serializable

Self Type
ExcelReadContext
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExcelReadContext
  2. Product
  3. Equals
  4. ExcelContext
  5. TableApiContext
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ExcelReadContext(workbook: Workbook, naming: Naming, evaluateFormulas: Boolean, headers: Map[String, Int], cellResolutionStrategy: CellResolutionStrategy, location: CodecPath, currentOffset: Int, documentRowNumber: Int)

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 accumulatingError(name: String, errors: List[ExcelDecoderException]): Accumulating
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cannotDecodeError(cause: String): CannotDecode
  7. val cellResolutionStrategy: CellResolutionStrategy
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. val currentOffset: Int
  10. val documentRowNumber: Int
  11. def enterField(name: String): ExcelReadContext
    Definition Classes
    ExcelReadContextTableApiContext
  12. def enterIndex(idx: Int): ExcelReadContext
    Definition Classes
    ExcelReadContextTableApiContext
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. val evaluateFormulas: Boolean
  15. def fieldNotFoundError: FieldNotFound
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. lazy val formulaEvaluator: FormulaEvaluator
    Definition Classes
    ExcelContext
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val headers: Map[String, Int]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val location: CodecPath
  22. val naming: Naming
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def startOffset: Either[ExcelDecoderException, Int]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. val workbook: Workbook
    Definition Classes
    ExcelReadContextExcelContext

Inherited from Product

Inherited from Equals

Inherited from ExcelContext

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped