How to read data from Excel (.xlsb) Binary File Format?

Martin picture Martin · Jun 19, 2013 · Viewed 11.9k times · Source

I am using the POI 3.9 to read data from xlsx. But now I face an issue, the POI don't support the xlsb files, and I need to read data from xlsb programly. Does anybody know how to read data from xlsb programly? Appreciated.

Answer

Tim Allison picture Tim Allison · May 31, 2017

Apache POI added support for streaming reading of XLSB (no write support) in 3.16. Apache Tika 1.15 now supports extraction from XLSB.