class ExcelColumn extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExcelColumn
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ExcelColumn(name: String)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bool(): ExcelColumn.this.type
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- var comment: Option[String]
- def data(data: Seq[String]): ExcelColumn.this.type
- var datas: Seq[String]
- def date(format: String = "yyyy-MM-dd"): ExcelColumn.this.type
- var date: Option[String]
日期格式
- def decimal(min: Float, max: Float): ExcelColumn.this.type
- def decimal(): ExcelColumn.this.type
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- var formular1: String
- var formular2: Option[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def integer(min: Int, max: Int): ExcelColumn.this.type
- def integer(): ExcelColumn.this.type
- var isBool: Boolean
- var isDecimal: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var isInt: Boolean
- def length(max: Int): ExcelColumn.this.type
- var length: Option[Int]
文本长度
- def max(formular: Any): ExcelColumn.this.type
- def min(formular: Any): ExcelColumn.this.type
- var name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def ref(data: Seq[String]): ExcelColumn.this.type
- var refs: Seq[String]
- def remark(r: String): ExcelColumn.this.type
- var remark: Option[String]
- def required(r: Boolean = true): ExcelColumn.this.type
- var required: Boolean
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unique(nv: Boolean = true): ExcelColumn.this.type
- var unique: Boolean
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])