Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
768 stars 48 forks source link

Failing to properly read an excel file #615

Closed reubenfirmin closed 4 months ago

reubenfirmin commented 4 months ago

The attached xlsx cannot be parsed with dataframe 0.12.1

Badger.xlsx

val dataframe = DataFrame.readExcel(file, columns="A-G")
println(dataframe.columns.size())

1