How would you like to be able to SMS or tweet your Excel data-crunching code? With Docjure, it is possible: (->> (load-workbook "spreadsheet.xlsx") (select-sheet "Price List") (select-columns {:A :name, :B :price})) This reads the A and B columns from the Price List sheet in...