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
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,12 @@ and this project adheres to [Semantic Versioning](https://semver.org).
29
29
- Full support of the above CF Rules for the Xlsx Reader and Writer; even when the file being loaded has CF rules listed in the `<extLst><ext><ConditionalFormattings>` element for the worksheet rather than the `<ConditionalFormatting>` element.
30
30
- Provision of a CellMatcher to identify if rules are matched for a cell, and which matching style will be applied.
31
31
- Improved documentation and examples, covering all supported CF rule types.
32
-
- Add support for one digit decimals (FORMAT_NUMBER_0, FORMAT_PERCENTAGE_0)
32
+
- Add support for one digit decimals (FORMAT_NUMBER_0, FORMAT_PERCENTAGE_0). [PR #2525](https://github.com/PHPOffice/PhpSpreadsheet/pull/2525)
33
33
34
34
### Changed
35
35
36
-
- Additional Russian translations for Excel Functions (courtesy of aleks-samurai)
36
+
- Additional Russian translations for Excel Functions (courtesy of aleks-samurai).
37
+
- Improved code coverage for NumberFormat. [PR #2556](https://github.com/PHPOffice/PhpSpreadsheet/pull/2556)
37
38
38
39
### Deprecated
39
40
@@ -45,7 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org).
45
46
46
47
### Fixed
47
48
48
-
- Fix rounding error in NumberFormat::NUMBER_PERCENTAGE, NumberFormat::NUMBER_PERCENTAGE_00
49
49
- Fix partial function name matching when translating formulae from Russian to English [Issue #2533](https://github.com/PHPOffice/PhpSpreadsheet/issues/2533)[PR #2534](https://github.com/PHPOffice/PhpSpreadsheet/pull/2534)
50
50
- Various bugs related to Conditional Formatting Rules, and errors in the Xlsx Writer for Conditional Formatting [PR #2491](https://github.com/PHPOffice/PhpSpreadsheet/pull/2491)
51
51
- Xlsx Reader merge range fixes.
@@ -65,6 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org).
0 commit comments