parent
b6bd822b9c
commit
aa29947e0d
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -41,6 +41,23 @@ and this project adheres to [Semantic Versioning](https://semver.org).
|
|||
### Fixed
|
||||
|
||||
- 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)
|
||||
- Xlsx Reader merge range fixes.
|
||||
[Issue #2501](https://github.com/PHPOffice/PhpSpreadsheet/issues/2501)
|
||||
[PR #2504](https://github.com/PHPOffice/PhpSpreadsheet/pull/2504)
|
||||
- Handle explicit "date" type for Cell in Xlsx Reader.
|
||||
[Issue #2373](https://github.com/PHPOffice/PhpSpreadsheet/issues/2373)
|
||||
[PR #2485](https://github.com/PHPOffice/PhpSpreadsheet/pull/2485)
|
||||
- Recalibrate Row/Column Dimensions after removeRow/Column.
|
||||
[Issue #2442](https://github.com/PHPOffice/PhpSpreadsheet/issues/2442)
|
||||
[PR #2486](https://github.com/PHPOffice/PhpSpreadsheet/pull/2486)
|
||||
- Refinement for XIRR.
|
||||
[Issue #2469](https://github.com/PHPOffice/PhpSpreadsheet/issues/2469)
|
||||
[PR #2487](https://github.com/PHPOffice/PhpSpreadsheet/pull/2487)
|
||||
- Xlsx Reader handle cell with non-null explicit type but null value.
|
||||
[Issue #2488](https://github.com/PHPOffice/PhpSpreadsheet/issues/2488)
|
||||
[PR #2489](https://github.com/PHPOffice/PhpSpreadsheet/pull/2489)
|
||||
- Xlsx Reader fix height and width for oneCellAnchorDrawings.
|
||||
[PR #2492](https://github.com/PHPOffice/PhpSpreadsheet/pull/2492)
|
||||
|
||||
## 1.21.0 - 2022-01-06
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue