Martin Mauch

Results 253 comments of Martin Mauch

@chmpsymp `0.17.2` should hopefully fix this. Please give it a try and post your results here. I'll close this ticket in the mean time.

Hi @Mrrobot2709, this is the first time I've heard of `.xlsb` files. We're using [@pjfanning's branch of `excel-streaming-reader`](https://github.com/pjfanning/excel-streaming-reader/). You would have to ask over there, or best create a PR...

I would really try to not download and add the JARs manually, but use Maven's package resolution. What was the error you got there?

Wow, I didn't even know that project. Thanks for pointing it out!

@grajee-everest @KanakVantaku @soleyjh @MounikaKolisetty could one of you try if changing https://github.com/crealytics/spark-excel/blob/main/build.sbt#L32-L37 to ```scala shadeRenames ++= Seq( "org.apache.poi.**" -> "shadeio.poi.@1", "spoiwo.**" -> "shadeio.spoiwo.@1", "com.github.pjfanning.**" -> "shadeio.pjfanning.@1", "org.apache.commons.io.**" -> "shadeio.commons.io.@1", "org.apache.commons.compress.**"...

Hi @MounikaKolisetty, SBT is the Scala (or Simple) Build Tool. You can get instructions on how to install it here: https://www.scala-sbt.org/ Once you have it installed, you should be able...

@ciaeric @Dunehub if possible, please try my proposal in https://github.com/crealytics/spark-excel/issues/467#issuecomment-984506825

Once the build here finishes successfully, you can try version `0.16.1-pre1`: https://github.com/crealytics/spark-excel/actions/runs/1607777770

@ciaeric @Dunehub @spaw6065 @MounikaKolisetty @grajee-everest Please provide feedback here if the shading worked. The change is still on a branch, so if you don't provide feedback, it won't get merged...

As I don't have time to look into this, your best option is to try different versions of shading deps [here](https://github.com/crealytics/spark-excel/blob/main/build.sbt#L29). Once you have found a version that works on...