-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reading in pyspark #240
Comments
Hi @vbethams, the issue template is meant to be filled out 😉 |
Hi @nightscape below is my code: spark.read.format("com.crealytics.spark.excel"). option("useHeader", "true"). option("treatEmptyValuesAsNulls", "false"). option("inferSchema", "false"). option("addColorColumns", "false").load(path) |
Yes, that's why the issue template recommends reading the CHANGELOG 😉 |
I have chaanged to "Header" now i am getting the following error. "java.io.IOException: org/apache/commons/collections4/IteratorUtils" |
Please post the full stack trace. This line by itself doesn't help much. |
posting the entire stacktrace: |
This seems to be the same problem as described here: |
How to read excel files in python in azure databricks
Your issue may already be reported!
Please search on the issue track before creating one.
Moreover, please read the
CHANGELOG.md
file for any changes you might have missed.Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
spark-shell --packages com.crealytics:spark-excel_2.12:x.y.z --foo=bar
Context
Your Environment
The text was updated successfully, but these errors were encountered: