Packages

class ExcelColumn extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExcelColumn
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ExcelColumn(name: String)

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 asType(dt: io.DataType.Value): ExcelColumn.this.type
  6. def asType(clazz: Class[_]): ExcelColumn.this.type
  7. def bool(): ExcelColumn.this.type
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. var comment: Option[String]

    批注

  10. def data(data: Seq[String]): ExcelColumn.this.type
  11. var dataType: io.DataType.Value

    数据类型

  12. var datas: Seq[String]

    本列的数据(直接输出到本列的标题下方)

  13. def date(f: String = "YYYY-MM-DD"): ExcelColumn.this.type
  14. def decimal(min: Float, max: Float): ExcelColumn.this.type
  15. def decimal(f: String = "0.##"): ExcelColumn.this.type
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def format(f: String): ExcelColumn.this.type
  19. var format: Option[String]

    数据格式

  20. var formular1: String

    约束的第一个公式

  21. var formular2: Option[String]

    约束的第一个公式

  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def integer(min: Int, max: Int): ExcelColumn.this.type
  25. def integer(f: String = "0"): ExcelColumn.this.type
  26. var isBool: Boolean

    是否布尔型

  27. var isDate: Boolean

    是否日期

  28. var isDecimal: Boolean

    是否浮点型

  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. var isInt: Boolean

    是否整形

  31. def length(max: Int): ExcelColumn.this.type
  32. var length: Option[Int]

    文本长度

  33. def max(formular: Any): ExcelColumn.this.type
  34. def min(formular: Any): ExcelColumn.this.type
  35. var name: String
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def ref(data: Seq[String]): ExcelColumn.this.type
  40. var refs: Seq[String]

    引用数据

  41. def remark(r: String): ExcelColumn.this.type
  42. var remark: Option[String]

    说明

  43. def required(r: Boolean = true): ExcelColumn.this.type
  44. var required: Boolean

    是否必须

  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def unique(nv: Boolean = true): ExcelColumn.this.type
  48. var unique: Boolean

    是否唯一

  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped