Package

com.crealytics.spark

excel

Permalink

package excel

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. excel
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class DefaultSource extends RelationProvider with SchemaRelationProvider with CreatableRelationProvider

    Permalink
  2. class DefaultSource15 extends DefaultSource with DataSourceRegister

    Permalink
  3. class ExcelFileSaver extends AnyRef

    Permalink
  4. case class ExcelRelation(location: String, sheetName: Option[String], useHeader: Boolean, treatEmptyValuesAsNulls: Boolean, inferSheetSchema: Boolean, addColorColumns: Boolean = true, userSchema: Option[StructType] = None, startColumn: Int = 0, endColumn: Int = Int.MaxValue, timestampFormat: Option[String] = None, maxRowsInMemory: Option[Int] = None, excerptSize: Int = 10)(sqlContext: SQLContext) extends BaseRelation with TableScan with PrunedScan with Product with Serializable

    Permalink
  5. implicit final class RichRow extends AnyVal

    Permalink

Value Members

  1. object ExcelFileSaver

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped