https://github.com/mjul/docjure DocjureDocjure makes reading and writing Office documents in Clojure easy.UsageExample: Read a Price List spreadsheet(use 'dk.ative.docjure.spreadsheet) ;; Load a spreadsheet and read the first two columns from the ;; price list sheet: (->> (load-workbook "spreadsheet.xlsx") (select-sheet "Price List") (select-columns {:A :name, :B :price})) ;=> [{:name "Foo Widge..