Top "Spark-excel" questions

Spark Excel tag is related to reading Excel files (xlsx) through Apache Spark.

How to construct Dataframe from a Excel (xls,xlsx) file in Scala Spark?

I have a large Excel(xlsx and xls) file with multiple sheet and I need convert it to RDD or …

excel scala apache-spark apache-spark-sql spark-excel
Reading Excel (.xlsx) file in pyspark

I am trying to read a .xlsx file from local path in PySpark. I've written the below code: from pyspark.…

apache-spark pyspark spark-excel
How to read multiple Excel files and concatenate them into one Apache Spark DataFrame?

Recently I wanted to do Spark Machine Learning Lab from Spark Summit 2016. Training video is here and exported notebook is …

excel scala apache-spark apache-spark-dataset spark-excel
How to write dataset object to excel in spark java?

I Am reading excel file using com.crealytics.spark.excel package. Below is the code to read an excel file …

apache-spark pyspark apache-spark-sql spark-excel