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(format: String = "yyyy-MM-dd"): ExcelColumn.this.type
  11. var date: Option[String]

    日期格式

  12. def decimal(min: Float, max: Float): ExcelColumn.this.type
  13. def decimal(): ExcelColumn.this.type
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. var formular1: String
  17. var formular2: Option[String]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def integer(min: Int, max: Int): ExcelColumn.this.type
  21. def integer(): ExcelColumn.this.type
  22. var isBool: Boolean
  23. var isDecimal: Boolean
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. var isInt: Boolean
  26. def length(max: Int): ExcelColumn.this.type
  27. var length: Option[Int]

    文本长度

  28. def max(formular: Any): ExcelColumn.this.type
  29. def min(formular: Any): ExcelColumn.this.type
  30. var name: String
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def ref(data: Seq[String]): ExcelColumn.this.type
  35. var refs: Seq[String]
  36. def remark(r: String): ExcelColumn.this.type
  37. var remark: Option[String]
  38. def required(r: Boolean = true): ExcelColumn.this.type
  39. var required: Boolean
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def unique(nv: Boolean = true): ExcelColumn.this.type
  43. var unique: Boolean
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. 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