File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ 1.3.0] - 2020-04-05
3+ ## [ 1.3.2] - 2020-04-15
4+ ### Fixed
5+ - Bug introduced in v1.3.1 where adjacent cells with width > 1 cause an
6+ exception.
7+
8+ ## [ 1.3.1] - 2020-04-05
49### Added
510- A lower-level, writer style interface for Apache POI.
611- [ Prototype/brainstorm] ( src/excel_clj/prototype.clj ) of less complicated,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ common sense styling.
88
99Lein:
1010```
11- [org.clojars.mjdowney/excel-clj "1.3.1 "]
11+ [org.clojars.mjdowney/excel-clj "1.3.2 "]
1212```
1313
1414- [ Getting Started] ( #getting-started )
Original file line number Diff line number Diff line change 1- (defproject org.clojars.mjdowney /excel-clj " 1.3.1 "
1+ (defproject org.clojars.mjdowney /excel-clj " 1.3.2 "
22 :description " Generate Excel documents & PDFs from Clojure data."
33 :url " https://github.com/matthewdowney/excel-clj"
44 :license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments