c

scalaql.excel

ExcelWriteDsl

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]]

Linear Supertypes
DataSourceFilesWriteDslMixin[A, OutputStream, ExcelEncoder, ExcelWriteConfig, ExcelDataSourceWriter, ExcelWriteDsl[A]], DataSourceJavaOutputStreamWriteDslMixin[A, ExcelEncoder, ExcelWriteConfig, ExcelDataSourceWriter, ExcelWriteDsl[A]], DataSourceWriteDsl[A, OutputStream, ExcelEncoder, ExcelWriteConfig, ExcelDataSourceWriter, ExcelWriteDsl[A]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExcelWriteDsl
  2. DataSourceFilesWriteDslMixin
  3. DataSourceJavaOutputStreamWriteDslMixin
  4. DataSourceWriteDsl
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExcelWriteDsl(config: ExcelWriteConfig[A])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val _writer: ExcelDataSourceWriter.type
    Attributes
    protected
    Definition Classes
    ExcelWriteDsl → DataSourceWriteDsl
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val config: ExcelWriteConfig[A]
    Definition Classes
    ExcelWriteDsl → DataSourceWriteDsl
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def file(path: Path, encoding: Charset, openOptions: OpenOption*)(implicit ev: ExcelEncoder[A]): SideEffect[OutputStream, _, A]
    Definition Classes
    DataSourceFilesWriteDslMixin
  11. def file(path: Path)(implicit ev: ExcelEncoder[A]): SideEffect[OutputStream, _, A]
    Definition Classes
    DataSourceFilesWriteDslMixin
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def option(styling: ExcelStyling[A]): ExcelWriteDsl[A]
  20. def option(worksheetName: String): ExcelWriteDsl[A]
  21. def option(headers: Boolean): ExcelWriteDsl[A]
  22. def option(naming: Naming): ExcelWriteDsl[A]
  23. def options(worksheetName: Option[String] = config.worksheetName, headers: Boolean = config.headers, naming: Naming = config.naming, styling: ExcelStyling[A] = config.styling): ExcelWriteDsl[A]
  24. def save(sink: ⇒ OutputStream)(implicit ev: ExcelEncoder[A]): SideEffect[OutputStream, _, A]
    Definition Classes
    DataSourceWriteDsl
  25. def string(builder: StringBuilder)(implicit ev: ExcelEncoder[A]): SideEffect[OutputStream, _, A]
    Definition Classes
    DataSourceJavaOutputStreamWriteDslMixin
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. def withConfig(config: ExcelWriteConfig[A]): ExcelWriteDsl[A]
    Definition Classes
    ExcelWriteDsl → DataSourceWriteDsl

Inherited from DataSourceFilesWriteDslMixin[A, OutputStream, ExcelEncoder, ExcelWriteConfig, ExcelDataSourceWriter, ExcelWriteDsl[A]]

Inherited from DataSourceJavaOutputStreamWriteDslMixin[A, ExcelEncoder, ExcelWriteConfig, ExcelDataSourceWriter, ExcelWriteDsl[A]]

Inherited from DataSourceWriteDsl[A, OutputStream, ExcelEncoder, ExcelWriteConfig, ExcelDataSourceWriter, ExcelWriteDsl[A]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped