Skip to content

Commit 2a5d1ce

Browse files
committed
Update README and CHANGELOG for v2 snapshot
1 parent 0d48691 commit 2a5d1ce

File tree

6 files changed

+177
-151
lines changed

6 files changed

+177
-151
lines changed

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
# Change Log
22

3-
## [1.3.3] - 2020-07-11
4-
### Fixed
5-
- Bug where columns would only auto resize up until 'J'
6-
- Unnecessary Rhizome dependency causing headaches in headless environments
3+
## [2.0.0] - TBD
4+
### Changed
5+
- Now uses the POI streaming writer by default (~10x performance gain on
6+
sheets > 100k rows)
7+
- Separated out writer abstractions in [poi.clj](src/excel_clj/poi.clj) to
8+
allow using a lower-level POI interface
9+
- Simplified & rewrote [tree.clj](src/excel_clj/tree.clj)
10+
- Better wrapping for styling and dimension data in
11+
[cell.clj](src/excel_clj/cell.clj)
12+
13+
### Added
14+
- Support for merging workbooks, so you can have a template which uses formulas
15+
which act on data from some named sheet, and then fill in that named sheet.
16+
- New top-level helpers for working with grid (`[[cell]]`) data structures
17+
- Vertical as well as horizontal merged cells
18+
- New constructors to build grids from tables and trees (`table-grid` and
19+
`tree-grid`), which supplant the deprecated constructors from v1.x (`tree`
20+
and `table`)
721

822
## [1.3.2] - 2020-04-15
923
### Fixed

0 commit comments

Comments
 (0)