Added
- Much improved handling of Styles by Ods Reader. The relevant changes are listed at the end of the "Fixed" section below.
- Option to use OldCalculatedValue in ToArray and Relatives. Issue #1810 PR #4787
- Add checkbox style (Xlsx and Html). PR #4781
- Option to whitelist external images. PR #4793
- Writer/Html add ability to set line ending. PR #4779
- Writer/Html optionally save formulas as data attributes. PR #4783
- User-supplied headers and footers in PDF. Issue #3159 PR #4789
Deprecated
- Writer/Html constant BODY_LINE no longer makes sense with a configurable line ending. No replacement.
- Calculation classes FormulaParser and FormulaToken are unused. No replacement.
- Writer/Xls/Worksheet methods insertBitMap, positionImage, writeObjPicture, processBitmapGd, and processBitmap are unused. No replacement.
Fixed
- Improve performance in value binders. PR #4780
- Handle Unions as Function Arguments. Issue #4656 Issue #316 Issue #503 PR #4657
- Unexpected Behavior of CONCATENATE. Issue #4061 PR #4797
- Image Css size in millimeters. Issue #4800 PR #4801
- Ods Reader column misalignment. Issue #4802 PR #4803
- Ods improved handling of number formats. Issue #3961 Issue #4798 PR #4806
- Ods Reader fonts and fills. Issue #2622 Issue #1191 PR #4810
- Ods Reader alignment and cell protection. PR #4813
- Ods Reader borders. PR #4814
- Ods Reader column styles (partial). PR #4815