Packages

package excel

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.

Ungrouped