You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" org.apache.poi.hssf.OldExcelFormatException: The supplied spreadsheet seems to be Excel 5.0/7.0 (BIFF5) format. POI only supports BIFF8 format (from Excel versions 97/2000/XP/2003)
Expected Behavior
No response
Steps To Reproduce
Sample Spark Program:
def read(): Unit = {
val df = spark.read.format("excel").load("examples/elsec09t.xls")
df.show(10)
}
Is there an existing issue for this?
Current Behavior
Error:
Exception in thread "main" org.apache.poi.hssf.OldExcelFormatException: The supplied spreadsheet seems to be Excel 5.0/7.0 (BIFF5) format. POI only supports BIFF8 format (from Excel versions 97/2000/XP/2003)
Expected Behavior
No response
Steps To Reproduce
Sample Spark Program:
elsec09t.xls
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: