diff options
| author | Stefan Daschek <[email protected]> | 2020-07-14 16:39:49 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-14 16:39:49 +0200 |
| commit | b13c999045411a97a9687a95a3055c809e9428f7 (patch) | |
| tree | f967c347e08249bb07bc9b24eb138e0c7fa35e4a | |
| parent | 515177c03121b2ebb5920fd9b673d7da1ebe028d (diff) | |
| download | caxlsx-b13c999045411a97a9687a95a3055c809e9428f7.tar.gz caxlsx-b13c999045411a97a9687a95a3055c809e9428f7.zip | |
Update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b8af4d90..0bd0e84c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ CHANGELOG --------- - **Unreleased** + - [PR #53](https://github.com/caxlsx/caxlsx/pull/53) - Limit column width to 255. Maximum column width limit in MS Excel is 255 characters, see https://support.microsoft.com/en-us/office/excel-specifications-and-limits-1672b34d-7043-467e-8e27-269d656771c3 - [PR #44](https://github.com/caxlsx/caxlsx/pull/44) - Improve cell autowidth calculations. Previously columns with undefined/auto width would tend to be just slightly too small for the content. This is because certain letters were being excluded from the width calculation because they were deemed not wide enough. We now treat all characters as equal width which helps ensure columns auto-widths are actually large enough for the content. This will gain us a very slight performance improvement because of we are no longer searching the string for specific characters. - **October.4.19**: 3.0.1 |
