Packages

c

org.beangle.data.transfer.excel

ExcelItemWriter

class ExcelItemWriter extends ItemWriter

ExcelItemWriter class.

Version

$Id: $

Linear Supertypes
ItemWriter, Writer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExcelItemWriter
  2. ItemWriter
  3. Writer
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExcelItemWriter(context: ExportContext, outputStream: OutputStream)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def buildTitleStyle(): HSSFCellStyle
    Attributes
    protected
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def close(): Unit
    Definition Classes
    ExcelItemWriterWriter
  8. val context: ExportContext
  9. var countPerSheet: Int
  10. var dateStyle: HSSFCellStyle
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def format: Format.Value
    Definition Classes
    ExcelItemWriterWriter
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getDateFormat: String
    Attributes
    protected
  16. def getDateTimeFormat: String
    Attributes
    protected
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. var index: Int
  19. def init(): Unit
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val outputStream: OutputStream
  25. var sheet: HSSFSheet
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. var timeStyle: HSSFCellStyle
  28. var title: Any
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. var workbook: HSSFWorkbook
  34. def write(obj: Any): Unit
    Definition Classes
    ExcelItemWriterItemWriter
  35. def writeItem(datas: Any): Unit
    Attributes
    protected
  36. def writeTitle(titleName: String, data: Any): Unit
    Definition Classes
    ExcelItemWriterItemWriter

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ItemWriter

Inherited from Writer

Inherited from AnyRef

Inherited from Any

Ungrouped