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. All

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 bool(): ExcelColumn.this.type
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. var comment: Option[String]

    批注

  8. def data(data: Seq[String]): ExcelColumn.this.type
  9. var datas: Seq[String]

    本列的数据

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

    数据格式

  17. var formular1: String

    约束的第一个公式

  18. var formular2: Option[String]

    约束的第一个公式

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

    是否布尔型

  24. var isDate: Boolean

    是否日期

  25. var isDecimal: Boolean

    是否浮点型

  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. var isInt: Boolean

    是否整形

  28. def length(max: Int): ExcelColumn.this.type
  29. var length: Option[Int]

    文本长度

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

    引用数据

  38. def remark(r: String): ExcelColumn.this.type
  39. var remark: Option[String]

    说明

  40. def required(r: Boolean = true): ExcelColumn.this.type
  41. var required: Boolean

    是否必须

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

    是否唯一

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

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 AnyRef

Inherited from Any

Ungrouped