summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTobias Egli <[email protected]>2022-02-08 09:49:27 +0100
committerJosef Šimánek <[email protected]>2022-02-08 21:50:19 +0100
commitfaed50b162c916689afb0b91f186975b1206b31c (patch)
tree4090afbc766ee49cac81d5078b1ab37903b5fc96
parent58c7860859e4c2e2ac00733b73cbee774c0feefb (diff)
downloadcaxlsx-faed50b162c916689afb0b91f186975b1206b31c.tar.gz
caxlsx-faed50b162c916689afb0b91f186975b1206b31c.zip
Updated Changelog (Possibility to configure the calculation of the autowidth mechanism)
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bedd7ba2..e498ba45 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ CHANGELOG
- [PR #117](https://github.com/caxlsx/caxlsx/pull/117) - Allow passing an Array of border hashes to the `border` style. Change previous behaviour where `border_top`, `border_*` styles would not be applied unless `border` style was also defined.
- [PR #122](https://github.com/caxlsx/caxlsx/pull/122) - Improve error messages when incorrect ranges are provided to `Worksheet#[]`
- [PR #123](https://github.com/caxlsx/caxlsx/pull/123) - Fix invalid xml when pivot table created with more than one column in data field. Solves [Issue #110](https://github.com/caxlsx/caxlsx/issues/110)
+ - [PR #127](https://github.com/caxlsx/caxlsx/pull/127) - Possibility to configure the calculation of the autowidth mechanism with `font_scale_divisor` and `bold_font_multiplier`. Example: [Fine tuned autowidth](examples/fine_tuned_autowidth_example.md)
- **September.22.21**: 3.1.1
- [PR #107](https://github.com/caxlsx/caxlsx/pull/107) - Add overlap to bar charts