Skip to content

Commit 777a230

Browse files
authored
Merge branch 'master' into NumberFormat_Wizards
2 parents e2c5014 + a2282ec commit 777a230

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+658
-729
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
1111

1212
- Support for configuring a Chart Title's overlay [PR #3325](https://github.com/PHPOffice/PhpSpreadsheet/pull/3325)
1313
- Wizards for defining Number Format masks for Numbers, Percentages, Scientific, Currency and Accounting [PR #3334](https://github.com/PHPOffice/PhpSpreadsheet/pull/3334)
14+
- Support for fixed value divisor in fractional Number Format Masks [PR #3339](https://github.com/PHPOffice/PhpSpreadsheet/pull/3339)
1415

1516
### Changed
1617

@@ -26,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
2627

2728
### Fixed
2829

29-
- Nothing
30+
- Calculation Engine doesn't evaluate Defined Name when default cell A1 is quote-prefixed [Issue #3335](https://github.com/PHPOffice/PhpSpreadsheet/issues/3335) [PR #3336](https://github.com/PHPOffice/PhpSpreadsheet/pull/3336)
3031

3132

3233
## 1.27.0 - 2023-01-24

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,19 @@ Supporters will receive access to articles about working with PhpSpreadsheet, an
100100
Posts already available to Patreon supporters:
101101
- The Dating Game
102102
- A look at how MS Excel (and PhpSpreadsheet) handle date and time values.
103+
- Looping the Loop
104+
- Advice on Iterating through the rows and cells in a worksheet.
103105

104106
The next post (currently being written) will be:
105-
- Looping the Loop
106-
- Advice on Iterating through the cells in a worksheet.
107+
- Behind the Mask
108+
- A look at Number Format Masks.
107109

108110
My aim is to post at least one article each month, taking a detailed look at some feature of MS Excel and how to use that feature in PhpSpreadsheet, or on how to perform different activities in PhpSpreadsheet.
109111

110112
Planned posts for the future include topics like:
111113
- Tables
112114
- Structured References
115+
- AutoFiltering
113116
- Array Formulae
114117
- Conditional Formatting
115118
- Data Validation

0 commit comments

Comments
 (0)