Martin Mauch

Results 253 comments of Martin Mauch

Do they not get returned if you read them as text?

Basically, I would expect it to work right off the bat. If it doesn't, try providing a schema manually (see `README.md`).

@vamsikt let's do it the other way round 😉 Please provide an example Excel file and the code you use for reading it. In the best case, you would fill...

@kuzmicni reading a hyperlink will probably not work with the current implementation. One would need to implement something like [this](https://stackoverflow.com/a/45367325/146625) in spark-excel [here](https://github.com/crealytics/spark-excel/blob/main/src/main/scala/com/crealytics/spark/excel/DataColumn.scala#L48-L59). I don't have time to do this...

Can you try newer versions, especially [0.16.5-pre2](https://github.com/crealytics/spark-excel/releases/tag/v0.16.5-pre2)?

Hmm, I'm quite clueless, what we'd have to do to support ADL properly. Would you be willing to contribute a PR or dig out the corresponding documentation? We don't have...

Release 0.15.0 running: https://github.com/crealytics/spark-excel/releases/tag/v0.15.0

@girishjambkar the issue template is supposed to be filled out 😉

Version 1 (which you are using by specifying) ```scala .format("com.crealytics.spark.excel") ``` does not support this. Try ```scala .format("excel") ```

You're using an outdated version, please upgrade.