You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org).
39
39
40
40
### Fixed
41
41
42
+
- Fix bug in Conditional Formatting in the Xls Writer that resulted in a broken file when there were multiple conditional ranges in a worksheet.
43
+
- Fix Conditional Formatting in the Xls Writer to work with rules that contain string literals, cell references and formulae.
42
44
- Fix for setting Active Sheet to the first loaded worksheet when bookViews element isn't defined [Issue #2666](https://github.com/PHPOffice/PhpSpreadsheet/issues/2666)[PR #2669](https://github.com/PHPOffice/PhpSpreadsheet/pull/2669)
43
45
- Fixed behaviour of XLSX font style vertical align settings.
44
46
- Resolved formula translations to handle separators (row and column) for array functions as well as for function argument separators; and cleanly handle nesting levels.
0 commit comments