class ExcelOptions extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExcelOptions
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ExcelOptions(parameters: Map[String, String], defaultTimeZoneId: String, defaultColumnNameOfCorruptRecord: String)
  2. new ExcelOptions(parameters: Map[String, String], defaultTimeZoneId: String)
  3. new ExcelOptions(parameters: CaseInsensitiveMap[String], defaultTimeZoneId: String, defaultColumnNameOfCorruptRecord: 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. val addColorColumns: Boolean
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. val columnNameOfCorruptRecord: String
  8. val columnNameOfRowNumber: Option[String]
  9. val dataAddress: String
  10. val dateFormat: String
  11. 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.

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. val excerptSize: Option[Int]
  15. val fileExtension: String
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. val header: Boolean
  19. val ignoreAfterHeader: Int
  20. val ignoreLeadingWhiteSpace: Boolean
  21. val ignoreTrailingWhiteSpace: Boolean
  22. val inferSchema: Boolean
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val keepUndefinedRows: Boolean
  25. val locale: Locale
  26. val nanValue: String
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. val negativeInf: String
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. val nullValue: String
  32. val parameters: CaseInsensitiveMap[String]
  33. val parseMode: ParseMode
  34. val positiveInf: String
  35. val samplingRatio: Double
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. val timestampFormat: String
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. val useNullForErrorCells: Boolean
  40. val usePlainNumberFormat: Boolean
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. val workbookPassword: Option[String]
  45. val zoneId: ZoneId

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped