package excel
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- excel
- StylingSyntax
- ScalaqlExcelSupport
- DataSourceJavaStreamsSupport
- DataSourceSupport
- DataSourceWriteSupport
- DataSourceReadSupport
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final class CellDecoderCatchPartiallyApplied[E] extends AnyVal
- sealed trait CellResolutionStrategy extends AnyRef
- class DecoderForCellType[A] extends ExcelSingleCellDecoder[A]
- sealed trait ExcelContext extends AnyRef
- trait ExcelDecoder[A] extends Serializable
- abstract class ExcelDecoderException extends Exception
- trait ExcelEncoder[A] extends Serializable
- case class ExcelReadConfig(naming: Naming, evaluateFormulas: Boolean, choseWorksheet: (Workbook) => Sheet, cellResolutionStrategy: CellResolutionStrategy) extends Product with Serializable
- 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
- 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]]
- trait ExcelRowDecoderAutoDerivation extends AnyRef
- trait ExcelRowEncoderAutoDerivation extends AnyRef
- trait ExcelSingleCellDecoder[A] extends ExcelDecoder[A]
- trait ExcelSingleCellEncoder[A] extends ExcelEncoder[A]
- trait ExcelStyling[-A] extends Serializable
- class ExcelStylingBuilder[A] extends AnyRef
- class ExcelStylingBuilderMacro extends BaseTypeCheckedBuilder[ExcelStylingBuilder]
- class ExcelTableApi extends TableApi[Cell, ConfigureCell, ExcelTableRowApi, ConfigureRow]
- class ExcelTableRowApi extends TableRowApi[Cell, ConfigureCell]
- case class ExcelWriteConfig[-A](worksheetName: Option[String], headers: Boolean, naming: Naming, styling: ExcelStyling[A]) extends Product with Serializable
- 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
- class ExcelWriteDsl[A] extends DataSourceWriteDsl[A, OutputStream, ExcelEncoder, ExcelWriteConfig, ExcelDataSourceWriter, ExcelWriteDsl[A]] with DataSourceJavaOutputStreamWriteDslMixin[A, ExcelEncoder, ExcelWriteConfig, ExcelDataSourceWriter, ExcelWriteDsl[A]] with DataSourceFilesWriteDslMixin[A, OutputStream, ExcelEncoder, ExcelWriteConfig, ExcelDataSourceWriter, ExcelWriteDsl[A]]
- trait LowPriorityCellDecoders extends AnyRef
- trait LowPriorityCellEncoders extends AnyRef
- case class ReadResult[+A](value: A, readCells: Int) extends Product with Serializable
- trait ScalaqlExcelSupport extends DataSourceJavaStreamsSupport[ExcelDecoder, ExcelEncoder, [a]ExcelReadConfig, ExcelWriteConfig, ExcelDataSourceReader, ExcelDataSourceWriter, ExcelReadDsl, ExcelWriteDsl]
- final type Styling = (Workbook, CellStyle) => Unit
- Definition Classes
- StylingSyntax
- trait StylingSyntax extends Serializable
- case class WriteResult(cellsWritten: Int) extends Product with Serializable
Abstract Value Members
- abstract def getClass(): Class[_ <: AnyRef]
- Definition Classes
- Any
- abstract def read[A]: ExcelReadDsl[A]
- Definition Classes
- DataSourceReadSupport
- abstract def write[A]: ExcelWriteDsl[A]
- Definition Classes
- DataSourceWriteSupport
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def cellStyle: GenericMutableConfigurator[Workbook, CellStyle]
- Definition Classes
- StylingSyntax
- def equals(arg0: Any): Boolean
- Definition Classes
- Any
- def hashCode(): Int
- Definition Classes
- Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any
- object CellResolutionStrategy
- object DecoderForCellType extends Serializable
- object ExcelDecoder extends LowPriorityCellDecoders with ExcelRowDecoderAutoDerivation with Serializable
- object ExcelDecoderException extends Serializable
- object ExcelEncoder extends LowPriorityCellEncoders with ExcelRowEncoderAutoDerivation with Serializable
- object ExcelReadConfig extends Serializable
- object ExcelStyling extends Serializable
- object ExcelTableApi extends Serializable
- object ExcelWriteConfig extends Serializable
- object ExcelWriteContext extends Serializable