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 asType(dt: io.DataType.Value): ExcelColumn.this.type
- def asType(clazz: Class[_]): ExcelColumn.this.type
- 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 dataType: io.DataType.Value
数据类型
- var datas: Seq[String]
本列的数据(直接输出到本列的标题下方)
- def date(f: String = "YYYY-MM-DD"): ExcelColumn.this.type
- def decimal(min: Float, max: Float): ExcelColumn.this.type
- def decimal(f: String = "0.##"): ExcelColumn.this.type
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def format(f: String): ExcelColumn.this.type
- var format: Option[String]
数据格式
- 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(f: String = "0"): ExcelColumn.this.type
- var isBool: Boolean
是否布尔型
- var isDate: 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])