package
excel
Type Members
-
-
-
-
trait
DataColumn extends PartialFunction[Seq[Cell], Any]
-
-
class
DefaultSource extends RelationProvider with SchemaRelationProvider with CreatableRelationProvider
-
-
-
-
-
-
case class
ExcelRelation(dataLocator: DataLocator, header: Boolean, treatEmptyValuesAsNulls: Boolean, usePlainNumberFormat: Boolean, inferSheetSchema: Boolean, setErrorCellsToFallbackValues: Boolean, addColorColumns: Boolean = true, userSchema: Option[StructType] = None, timestampFormat: Option[String] = None, excerptSize: Int = 10, workbookReader: WorkbookReader)(sqlContext: SQLContext) extends BaseRelation with TableScan with PrunedScan with Product with Serializable
-
-
implicit final
class
RichCell extends AnyVal
-
implicit final
class
RichRow extends AnyVal
-
implicit final
class
RichSpoiwoSheet extends AnyVal
-
-
-
Inherited from AnyRef
Inherited from Any