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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org).
26
26
27
27
### Changed
28
28
29
-
- Better enforcement of value modification to match specified datatype when using setValueExplicit()
29
+
- Modify `rangeBoundaries()`, `rangeDimension()` and `getRangeBoundaries()` Coordinate methods to work with row/column ranges as well as with cell ranges and cells [PR #2926](https://github.com/PHPOffice/PhpSpreadsheet/pull/2926)
30
+
- Better enforcement of value modification to match specified datatype when using `setValueExplicit()`
30
31
- Relax validation of merge cells to allow merge for a single cell reference [Issue #2776](https://github.com/PHPOffice/PhpSpreadsheet/issues/2776)
31
32
- Memory and speed improvements, particularly for the Cell Collection, and the Writers.
0 commit comments