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
Serializable, Serializable, Product, Equals, ExcelContext, TableApiContext[ExcelReadContext], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExcelReadContext
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ExcelContext
  7. TableApiContext
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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( ... ) @native()
  9. val currentOffset: Int
  10. val documentRowNumber: Int
  11. def enterField(name: String): ExcelReadContext
    Definition Classes
    ExcelReadContext → TableApiContext
  12. def enterIndex(idx: Int): ExcelReadContext
    Definition Classes
    ExcelReadContext → TableApiContext
  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[_]
    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
    Definition Classes
    ExcelReadContextExcelContext → TableApiContext
  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 startOffset: Either[ExcelDecoderException, Int]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. val workbook: Workbook
    Definition Classes
    ExcelReadContextExcelContext

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ExcelContext

Inherited from TableApiContext[ExcelReadContext]

Inherited from AnyRef

Inherited from Any

Ungrouped