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
- Allow variant behaviour when merging cells [Issue #3065](https://github.com/PHPOffice/PhpSpreadsheet/issues/3065)
44
+
- Merge methods now allow an additional `$behaviour` argument. Permitted values are:
45
+
- Worksheet::MERGE_CELL_CONTENT_EMPTY - Empty the content of the hidden cells (the default behaviour)
46
+
- Worksheet::MERGE_CELL_CONTENT_HIDE - Keep the content of the hidden cells
47
+
- Worksheet::MERGE_CELL_CONTENT_MERGE - Move the content of the hidden cells into the first cell
21
48
22
49
### Deprecated
23
50
@@ -34,6 +61,9 @@ and this project adheres to [Semantic Versioning](https://semver.org).
34
61
35
62
### Fixed
36
63
64
+
- Fix update to defined names when inserting/deleting rows/columns [Issue #3076](https://github.com/PHPOffice/PhpSpreadsheet/issues/3076)[PR #3077](https://github.com/PHPOffice/PhpSpreadsheet/pull/3077)
65
+
- Fix DataValidation sqRef when inserting/deleting rows/columns [Issue #3056](https://github.com/PHPOffice/PhpSpreadsheet/issues/3056)[PR #3074](https://github.com/PHPOffice/PhpSpreadsheet/pull/3074)
66
+
- Named ranges not usable as anchors in OFFSET function [Issue #3013](https://github.com/PHPOffice/PhpSpreadsheet/issues/3013)
37
67
- Fully flatten an array [Issue #2955](https://github.com/PHPOffice/PhpSpreadsheet/issues/2955)[PR #2956](https://github.com/PHPOffice/PhpSpreadsheet/pull/2956)
38
68
- cellExists() and getCell() methods should support UTF-8 named cells [Issue #2987](https://github.com/PHPOffice/PhpSpreadsheet/issues/2987)[PR #2988](https://github.com/PHPOffice/PhpSpreadsheet/pull/2988)
@@ -44,11 +74,17 @@ and this project adheres to [Semantic Versioning](https://semver.org).
44
74
- Add setName Method for Chart [Issue #2991](https://github.com/PHPOffice/PhpSpreadsheet/issues/2991)[PR #3001](https://github.com/PHPOffice/PhpSpreadsheet/pull/3001)
45
75
- Eliminate partial dependency on php-intl in StringHelper [Issue #2982](https://github.com/PHPOffice/PhpSpreadsheet/issues/2982)[PR #2994](https://github.com/PHPOffice/PhpSpreadsheet/pull/2994)
46
76
- Minor changes for Pdf [Issue #2999](https://github.com/PHPOffice/PhpSpreadsheet/issues/2999)[PR #3002](https://github.com/PHPOffice/PhpSpreadsheet/pull/3002)[PR #3006](https://github.com/PHPOffice/PhpSpreadsheet/pull/3006)
77
+
- Html/Pdf Do net set background color for cells using (default) nofill [PR #3016](https://github.com/PHPOffice/PhpSpreadsheet/pull/3016)
78
+
- Add support for Date Axis to Chart [Issue #2967](https://github.com/PHPOffice/PhpSpreadsheet/issues/2967)[PR #3018](https://github.com/PHPOffice/PhpSpreadsheet/pull/3018)
79
+
- Reconcile Differences Between Css and Excel for Cell Alignment [PR #3048](https://github.com/PHPOffice/PhpSpreadsheet/pull/3048)
80
+
- R1C1 Format Internationalization and Better Support for Relative Offsets [Issue #1704](https://github.com/PHPOffice/PhpSpreadsheet/issues/1704)[PR #3052](https://github.com/PHPOffice/PhpSpreadsheet/pull/3052)
81
+
- Minor Fix for Percentage Formatting [Issue #1929](https://github.com/PHPOffice/PhpSpreadsheet/issues/1929)[PR #3053](https://github.com/PHPOffice/PhpSpreadsheet/pull/3053)
47
82
48
83
## 1.24.1 - 2022-07-18
49
84
50
85
### Added
51
86
87
+
- Support for SimpleCache Interface versions 1.0, 2.0 and 3.0
Settings::setChartRenderer(\PhpOffice\PhpSpreadsheet\Chart\Renderer\MtJpGraphRenderer::class); // to use mitoteam/jpgraph
84
84
```
85
85
86
+
One or the other of these libraries is necessary if you want to generate HTML or PDF files that include charts.
87
+
86
88
## Documentation
87
89
88
90
Read more about it, including install instructions, in the [official documentation](https://phpspreadsheet.readthedocs.io). Or check out the [API documentation](https://phpoffice.github.io/PhpSpreadsheet).
0 commit comments