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
- Alphabetic
- By Inheritance
Inherited
- ExcelReadContext
- Product
- Equals
- ExcelContext
- TableApiContext
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ExcelReadContext(workbook: Workbook, naming: Naming, evaluateFormulas: Boolean, headers: Map[String, Int], cellResolutionStrategy: CellResolutionStrategy, location: CodecPath, currentOffset: Int, documentRowNumber: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def accumulatingError(name: String, errors: List[ExcelDecoderException]): Accumulating
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cannotDecodeError(cause: String): CannotDecode
- val cellResolutionStrategy: CellResolutionStrategy
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val currentOffset: Int
- val documentRowNumber: Int
-
def
enterField(name: String): ExcelReadContext
- Definition Classes
- ExcelReadContext → TableApiContext
-
def
enterIndex(idx: Int): ExcelReadContext
- Definition Classes
- ExcelReadContext → TableApiContext
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val evaluateFormulas: Boolean
- def fieldNotFoundError: FieldNotFound
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
lazy val
formulaEvaluator: FormulaEvaluator
- Definition Classes
- ExcelContext
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val headers: Map[String, Int]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
location: CodecPath
- Definition Classes
- ExcelReadContext → ExcelContext → TableApiContext
- val naming: Naming
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def startOffset: Either[ExcelDecoderException, Int]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
workbook: Workbook
- Definition Classes
- ExcelReadContext → ExcelContext