org.zuinnote.spark.office

excel

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

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

  2. class HadoopFileExcelReader extends Iterator[ArrayWritable] with Closeable

    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

    Author: Jörn Franke <zuinnote@gmail.

Ungrouped