p

scalaql

excel

package excel

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. excel
  2. EachSyntax
  3. StylingSyntax
  4. ScalaqlExcelSupport
  5. DataSourceJavaStreamsSupport
  6. DataSourceSupport
  7. DataSourceWriteSupport
  8. DataSourceReadSupport
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class CellDecoderCatchPartiallyApplied[E] extends AnyVal
  2. sealed trait CellResolutionStrategy extends AnyRef
  3. class DecoderForCellType[A] extends ExcelSingleCellDecoder[A]
  4. sealed trait ExcelContext extends AnyRef
  5. trait ExcelDecoder[A] extends AnyRef
  6. abstract class ExcelDecoderException extends Exception
  7. trait ExcelEncoder[A] extends AnyRef
  8. case class ExcelReadConfig(naming: Naming, evaluateFormulas: Boolean, choseWorksheet: (Workbook) ⇒ Sheet, cellResolutionStrategy: CellResolutionStrategy) extends Product with Serializable
  9. 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
  10. 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]]
  11. trait ExcelRowDecoderAutoDerivation extends AnyRef
  12. trait ExcelRowEncoderAutoDerivation extends AnyRef
  13. trait ExcelSingleCellDecoder[A] extends ExcelDecoder[A]
  14. trait ExcelSingleCellEncoder[A] extends ExcelEncoder[A]
  15. trait ExcelStyling[-A] extends AnyRef
  16. class ExcelStylingBuilder[A] extends AnyRef
  17. class ExcelStylingBuilderMacro extends BaseTypeCheckedBuilder[ExcelStylingBuilder]
  18. class ExcelTableApi extends TableApi[Cell, ConfigureCell, ExcelTableRowApi, ConfigureRow]
  19. class ExcelTableRowApi extends TableRowApi[Cell, ConfigureCell]
  20. case class ExcelWriteConfig[-A](worksheetName: Option[String], headers: Boolean, naming: Naming, styling: ExcelStyling[A]) extends Product with Serializable
  21. 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
  22. 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]]
  23. trait LowPriorityCellDecoders extends AnyRef
  24. trait LowPriorityCellEncoders extends AnyRef
  25. case class ReadResult[+A](value: A, readCells: Int) extends Product with Serializable
  26. trait ScalaqlExcelSupport extends DataSourceJavaStreamsSupport[ExcelDecoder, ExcelEncoder, [a]ExcelReadConfig, ExcelWriteConfig, ExcelDataSourceReader, ExcelDataSourceWriter, ExcelReadDsl, ExcelWriteDsl]
  27. final type Styling = (Workbook, CellStyle) ⇒ Unit
    Definition Classes
    StylingSyntax
  28. trait StylingSyntax extends AnyRef
  29. case class WriteResult(cellsWritten: Int) extends Product with Serializable

Abstract Value Members

  1. abstract def read[A]: ExcelReadDsl[A]
    Definition Classes
    DataSourceReadSupport
  2. abstract def write[A]: ExcelWriteDsl[A]
    Definition Classes
    DataSourceWriteSupport

Concrete Value Members

  1. implicit def EachSyntaxIterable[A](self: Iterable[A]): EachSyntaxIterable[A]
    Definition Classes
    EachSyntax
  2. implicit def EachSyntaxOption[A](self: Option[A]): EachSyntaxOption[A]
    Definition Classes
    EachSyntax
  3. final def cellStyle: GenericMutableConfigurator[Workbook, CellStyle]
    Definition Classes
    StylingSyntax
  4. object CellResolutionStrategy
  5. object DecoderForCellType
  6. object ExcelDecoder extends LowPriorityCellDecoders with ExcelRowDecoderAutoDerivation
  7. object ExcelDecoderException extends Serializable
  8. object ExcelEncoder extends LowPriorityCellEncoders with ExcelRowEncoderAutoDerivation
  9. object ExcelReadConfig extends Serializable
  10. object ExcelStyling
  11. object ExcelTableApi
  12. object ExcelWriteConfig extends Serializable
  13. object ExcelWriteContext extends Serializable

Inherited from EachSyntax

Inherited from StylingSyntax

Inherited from ScalaqlExcelSupport

Inherited from DataSourceWriteSupport[OutputStream, ExcelEncoder, ExcelWriteConfig, ExcelDataSourceWriter, ExcelWriteDsl]

Inherited from DataSourceReadSupport[InputStream, ExcelDecoder, [a]ExcelReadConfig, ExcelDataSourceReader, ExcelReadDsl]

Inherited from AnyRef

Inherited from Any

Ungrouped