Package

org.zuinnote.spark.office

excel

Permalink

package excel

Visibility
  1. Public
  2. All

Type Members

  1. case class ExcelRelation(location: String, hadoopParams: Map[String, String])(sqlContext: SQLContext) extends BaseRelation with TableScan with Serializable with Product

    Permalink

    An Excel is represented as an array containing objects of type SpreadSheetCellDAO

  2. class HadoopFileExcelReader extends Iterator[ArrayWritable] with Closeable

    Permalink

    An adaptor from a PartitionedFile to an Iterator of ArrayWritable<Text>, which are all of the lines in that file.

Value Members

  1. package excelFile

    Permalink

    Author: Jörn Franke <[email protected]>

Ungrouped