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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
13
13
14
14
### Changed
15
15
16
-
-Nothing
16
+
-On read, Xlsx Reader had been breaking up union ranges into separate individual ranges. It will now try to preserve range as it was read in. [PR #4042](https://github.com/PHPOffice/PhpSpreadsheet/pull/4042)
17
17
18
18
### Deprecated
19
19
@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
29
29
- POWER Null/Bool Args. [PR #4031](https://github.com/PHPOffice/PhpSpreadsheet/pull/4031)
30
30
- Do Not Output Alignment and Protection for Conditional Format. [Issue #4025](https://github.com/PHPOffice/PhpSpreadsheet/issues/4025)[PR #4027](https://github.com/PHPOffice/PhpSpreadsheet/pull/4027)
31
31
- Xls Conditional Format Improvements. [PR #4030](https://github.com/PHPOffice/PhpSpreadsheet/pull/4030)[PR #4033](https://github.com/PHPOffice/PhpSpreadsheet/pull/4033)
32
+
- Conditional Range Unions and Intersections [Issue #4039](https://github.com/PHPOffice/PhpSpreadsheet/issues/4039)[PR #4042](https://github.com/PHPOffice/PhpSpreadsheet/pull/4042)
32
33
- Csv Reader allow use of html mimetype. [Issue #4036](https://github.com/PHPOffice/PhpSpreadsheet/issues/4036)[PR #4049](https://github.com/PHPOffice/PhpSpreadsheet/pull/4040)
0 commit comments