class ExcelReadDsl[A] extends DataSourceReadDsl[A, InputStream, ExcelDecoder, [a]ExcelReadConfig, ExcelDataSourceReader, ExcelReadDsl[A]] with DataSourceJavaInputStreamReadDslMixin[A, ExcelDecoder, [a]ExcelReadConfig, ExcelDataSourceReader, ExcelReadDsl[A]] with DataSourceFilesReadDslMixin[A, InputStream, ExcelDecoder, [a]ExcelReadConfig, ExcelDataSourceReader, ExcelReadDsl[A]] with DataSourceHttpReadDslMixin[A, InputStream, ExcelDecoder, [a]ExcelReadConfig, ExcelDataSourceReader, ExcelReadDsl[A]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExcelReadDsl
- DataSourceHttpReadDslMixin
- DataSourceFilesReadDslMixin
- DataSourceJavaInputStreamReadDslMixin
- DataSourceReadDsl
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ExcelReadDsl(config: ExcelReadConfig)
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
- val _reader: ExcelDataSourceReader.type
- Attributes
- protected
- Definition Classes
- ExcelReadDsl → DataSourceReadDsl
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val config: ExcelReadConfig
- Definition Classes
- ExcelReadDsl → DataSourceReadDsl
- def directory(dir: Path, globPattern: String, maxDepth: Int = 20, encoding: Charset = StandardCharsets.UTF_8)(implicit ev: ExcelDecoder[A]): Iterable[A]
- Definition Classes
- DataSourceFilesReadDslMixin
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def file(path: Path, encoding: Charset = StandardCharsets.UTF_8)(implicit ev: ExcelDecoder[A]): Iterable[A]
- Definition Classes
- DataSourceFilesReadDslMixin
- def files(encoding: Charset = StandardCharsets.UTF_8)(files: Path*)(implicit ev: ExcelDecoder[A]): Iterable[A]
- Definition Classes
- DataSourceFilesReadDslMixin
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def load(source: => InputStream)(implicit ev: ExcelDecoder[A]): Iterable[A]
- Definition Classes
- DataSourceReadDsl
- 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 option(cellResolutionStrategy: CellResolutionStrategy): ExcelReadDsl[A]
- def option(evaluateFormulas: Boolean): ExcelReadDsl[A]
- def option(naming: Naming): ExcelReadDsl[A]
- def option(choseWorksheet: (Workbook) => Sheet): ExcelReadDsl[A]
- def options(naming: Naming = config.naming, evaluateFormulas: Boolean = config.evaluateFormulas, choseWorksheet: (Workbook) => Sheet = config.choseWorksheet, cellResolutionStrategy: CellResolutionStrategy = config.cellResolutionStrategy): ExcelReadDsl[A]
- def string(content: String)(implicit ev: ExcelDecoder[A]): Iterable[A]
- Definition Classes
- DataSourceJavaInputStreamReadDslMixin
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def url(url: URL, encoding: Charset = StandardCharsets.UTF_8)(implicit ev: ExcelDecoder[A]): Iterable[A]
- Definition Classes
- DataSourceHttpReadDslMixin
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withConfig(config: ExcelReadConfig): ExcelReadDsl[A]
- Definition Classes
- ExcelReadDsl → DataSourceReadDsl