p

scalaql

excel

package excel

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. excel
  2. StylingSyntax
  3. ScalaqlExcelSupport
  4. DataSourceJavaStreamsSupport
  5. DataSourceSupport
  6. DataSourceWriteSupport
  7. DataSourceReadSupport
  8. Serializable
  9. Serializable
  10. AnyRef
  11. 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 Serializable
  6. abstract class ExcelDecoderException extends Exception
  7. trait ExcelEncoder[A] extends Serializable
  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]] with DataSourceHttpReadDslMixin[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 Serializable
  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 Serializable
  29. case class WriteResult(cellsWritten: Int) extends Product with Serializable

Abstract Value Members

  1. abstract def getClass(): Class[_]
    Definition Classes
    Any
  2. abstract def read[A]: ExcelReadDsl[A]
    Definition Classes
    DataSourceReadSupport
  3. abstract def write[A]: ExcelWriteDsl[A]
    Definition Classes
    DataSourceWriteSupport

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def cellStyle: GenericMutableConfigurator[Workbook, CellStyle]
    Definition Classes
    StylingSyntax
  6. def equals(arg0: Any): Boolean
    Definition Classes
    Any
  7. def hashCode(): Int
    Definition Classes
    Any
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. def toString(): String
    Definition Classes
    Any
  10. object CellResolutionStrategy
  11. object DecoderForCellType extends Serializable
  12. object ExcelDecoder extends LowPriorityCellDecoders with ExcelRowDecoderAutoDerivation with Serializable
  13. object ExcelDecoderException extends Serializable
  14. object ExcelEncoder extends LowPriorityCellEncoders with ExcelRowEncoderAutoDerivation with Serializable
  15. object ExcelReadConfig extends Serializable
  16. object ExcelStyling extends Serializable
  17. object ExcelTableApi extends Serializable
  18. object ExcelWriteConfig extends Serializable
  19. object ExcelWriteContext extends Serializable

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 Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped