Check out spark-csv: http://spark-packages.org/package/databricks/spark-csv On Thu, Aug 27, 2015 at 11:48 AM, spark user wrote: > Hi all , > > Can we create data frame from excels sheet or csv file , in below example > It seems they support only json ? > > > > DataFrame df = sqlContext.read().json("examples/src/main/resources/people.json"); > > >