Open prassee opened 1 year ago
Do you have a sample of the source file that you can share?
Its mentioned in the desc of the ticket
Sorry, I meant the xlsx file specifically. The library happily parses all xlsx files I've given it, so it would be useful to see the kind of data which is leading to this error
Sorry again the XLSX files do contain financial txns hence cannot share it here. However it has the following hierarchy of worksheets
root
|_ Xns
|_ Xns inbound
|_ Xns outbound
Each worksheet mentioned about has the same columns
Sl. No. Date Cheque No. Description Amount Category Balance
On the other hand I have the following points
While reading xlsx files the job throws
ClassCastException
. The artifact , sample code and error log is attached below. (Note :- since this is not available in maven central I loaded the jar underlib
dir) Spark Version - 3.2.0 Scala Version - 2.12.15Error Log