class ExcelOptions extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExcelOptions
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ExcelOptions(parameters: Map[String, String], defaultTimeZoneId: String, defaultColumnNameOfCorruptRecord: String)
- new ExcelOptions(parameters: Map[String, String], defaultTimeZoneId: String)
- new ExcelOptions(parameters: CaseInsensitiveMap[String], defaultTimeZoneId: String, defaultColumnNameOfCorruptRecord: 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
- val addColorColumns: Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val columnNameOfCorruptRecord: String
- val columnNameOfRowNumber: Option[String]
- val dataAddress: String
- val dateFormat: String
- val enforceSchema: Boolean
Forcibly apply the specified or inferred schema to data files.
Forcibly apply the specified or inferred schema to data files. If the option is enabled, headers of ABC files will be ignored.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val excerptSize: Option[Int]
- val fileExtension: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val header: Boolean
- val ignoreAfterHeader: Int
- val ignoreLeadingWhiteSpace: Boolean
- val ignoreTrailingWhiteSpace: Boolean
- val inferSchema: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keepUndefinedRows: Boolean
- val locale: Locale
- val nanValue: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val negativeInf: String
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val nullValue: String
- val parameters: CaseInsensitiveMap[String]
- val parseMode: ParseMode
- val positiveInf: String
- val samplingRatio: Double
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timestampFormat: String
- def toString(): String
- Definition Classes
- AnyRef → Any
- val useNullForErrorCells: Boolean
- val usePlainNumberFormat: 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])
- val workbookPassword: Option[String]
- val zoneId: ZoneId
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated