Skip to content

Commit 775c551

Browse files
authored
Merge branch 'master' into issue3405
2 parents ab53101 + 0610e57 commit 775c551

File tree

22 files changed

+519
-199
lines changed

22 files changed

+519
-199
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,29 @@ and this project adheres to [Semantic Versioning](https://semver.org).
99

1010
### Added
1111

12+
- Nothing
13+
14+
### Changed
15+
16+
- Nothing
17+
18+
### Deprecated
19+
20+
- Nothing
21+
22+
### Removed
23+
24+
- Nothing
25+
26+
### Fixed
27+
28+
- Updates Cell formula absolute ranges/references, and Defined Name absolute ranges/references when inserting/deleting rows/columns [Issue #3368](https://github.com/PHPOffice/PhpSpreadsheet/issues/3368) [PR #3402](https://github.com/PHPOffice/PhpSpreadsheet/pull/3402)
29+
30+
31+
## 1.28.0 - 2023-02-25
32+
33+
### Added
34+
1235
- Support for configuring a Chart Title's overlay [PR #3325](https://github.com/PHPOffice/PhpSpreadsheet/pull/3325)
1336
- Wizards for defining Number Format masks for Numbers, Percentages, Scientific, Currency and Accounting [PR #3334](https://github.com/PHPOffice/PhpSpreadsheet/pull/3334)
1437
- Support for fixed value divisor in fractional Number Format Masks [PR #3339](https://github.com/PHPOffice/PhpSpreadsheet/pull/3339)

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Posts already available to Patreon supporters:
103103
- Looping the Loop
104104
- Advice on Iterating through the rows and cells in a worksheet.
105105

106-
The next post (currently being written) will be:
106+
And for Patrons at levels actively using PhpSpreadsheet:
107107
- Behind the Mask
108108
- A look at Number Format Masks.
109109

@@ -118,6 +118,8 @@ Planned posts for the future include topics like:
118118
- Data Validation
119119
- Formula Debugging
120120
- Value Binders
121+
- Images
122+
- Charts
121123

122124
After a period of six months exclusive to Patreon supporters, articles will be incorporated into the public documentation for the library.
123125

0 commit comments

Comments
 (0)