File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 2.2.0] - 2023-02-12
4
+ ### Added
5
+ - An ` excel ` macro to capture output from ` print-table ` . See README.
6
+
3
7
## [ 2.1.0] - 2022-02-21
4
8
### Changed
5
9
- Update dependencies and resolve JODConverter breaking changes, including
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ boilerplate-free common sense styling.
8
8
9
9
Lein:
10
10
```
11
- [org.clojars.mjdowney/excel-clj "2.1 .0"]
11
+ [org.clojars.mjdowney/excel-clj "2.2 .0"]
12
12
```
13
13
14
14
> Note: Ongoing v1.x support can be found on the
Original file line number Diff line number Diff line change 1
- (defproject org.clojars.mjdowney /excel-clj " 2.1 .0"
1
+ (defproject org.clojars.mjdowney /excel-clj " 2.2 .0"
2
2
:description " Generate Excel documents & PDFs from Clojure data."
3
3
:url " https://github.com/matthewdowney/excel-clj"
4
4
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments