package excel
Type Members
-
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
-
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.