We are trying to read an XLSB file in scala, but it does not work.
We tried to read the file using
spark.read.excel.load("/path/file.xlsb")
It works with xlsx files but not xlsb files. Do you have a solution ? Is there any function/ command ... that transform xlsb files into xlsx
thank you