How can I read data from .xlsb
file in Clojure? I have tried incanter.excel
which uses apache.poi
which doesn't support binary format. I have seen some examples of reading .xlsb
in Java using ODBC
but as far as I understand JDBC-ODBC
bridge was removed in Java 8.
相关问题
- Better Sequence Duplicate Remover
- Installation of Leiningen 2.X in Mac OS X
- Questions about Lists and other stuff in Clojure
- How do I add CORS to a compojure-api app?
- How do I use Clojure in Android Studio using Gracl
相关文章
- Factor Clojure code setting many different fields
- Does learning one Lisp help in learning the other?
- Better way to nest if-let in clojure
- Idiomatic approach for structuring Clojure source
- Is a “transparent” macrolet possible?
- Detect operating system in Clojure
- Using quote in Clojure
- Enums and Clojure
We just added a read-only streaming reader for xlsb files on Apache POI. It will be available with 3.16-beta3.