Skip to content

Commit fe4808b

Browse files
committed
Merge branch 'master' into 2.0-Development
# Conflicts: # composer.lock # tests/PhpSpreadsheetTests/Calculation/Functions/LookupRef/VLookupTest.php
2 parents 08849a7 + 06d2682 commit fe4808b

File tree

78 files changed

+3616
-1165
lines changed

Some content is hidden

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

78 files changed

+3616
-1165
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If this is an issue with reading a specific spreadsheet file, then it may be app
3434
- [ ] Writer
3535
- [ ] Styles
3636
- [ ] Data Validations
37-
- [ ] Formula Calulations
37+
- [ ] Formula Calculations
3838
- [ ] Charts
3939
- [ ] AutoFilter
4040
- [ ] Form Elements

CHANGELOG.md

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

1010
### Added
1111

12-
- Nothing
12+
- Implementation of the new `TEXTBEFORE()`, `TEXTAFTER()` and `TEXTSPLIT()` Excel Functions
1313

1414
### Changed
1515

@@ -25,8 +25,35 @@ and this project adheres to [Semantic Versioning](https://semver.org).
2525

2626
### Fixed
2727

28+
- Fully flatten an array [Issue #2955](https://github.com/PHPOffice/PhpSpreadsheet/issues/2955) [PR #2956](https://github.com/PHPOffice/PhpSpreadsheet/pull/2956)
29+
30+
## 1.24.1 - 2022-07-18
31+
32+
### Added
33+
34+
- Add Chart Axis Option textRotation [Issue #2705](https://github.com/PHPOffice/PhpSpreadsheet/issues/2705) [PR #2940](https://github.com/PHPOffice/PhpSpreadsheet/pull/2940)
35+
36+
### Changed
37+
2838
- Nothing
2939

40+
### Deprecated
41+
42+
- Nothing
43+
44+
### Removed
45+
46+
- Nothing
47+
48+
### Fixed
49+
50+
- Fix Encoding issue with Html reader (PHP 8.2 deprecation for mb_convert_encoding) [Issue #2942](https://github.com/PHPOffice/PhpSpreadsheet/issues/2942) [PR #2943](https://github.com/PHPOffice/PhpSpreadsheet/pull/2943)
51+
- Additional Chart fixes
52+
- Pie chart with part separated unwantedly [Issue #2506](https://github.com/PHPOffice/PhpSpreadsheet/issues/2506) [PR #2928](https://github.com/PHPOffice/PhpSpreadsheet/pull/2928)
53+
- Chart styling is lost on simple load / save process [Issue #1797](https://github.com/PHPOffice/PhpSpreadsheet/issues/1797) [Issue #2077](https://github.com/PHPOffice/PhpSpreadsheet/issues/2077) [PR #2930](https://github.com/PHPOffice/PhpSpreadsheet/pull/2930)
54+
- Can't create contour chart (surface 2d) [Issue #2931](https://github.com/PHPOffice/PhpSpreadsheet/issues/2931) [PR #2933](https://github.com/PHPOffice/PhpSpreadsheet/pull/2933)
55+
- VLOOKUP Breaks When Array Contains Null Cells [Issue #2934](https://github.com/PHPOffice/PhpSpreadsheet/issues/2934) [PR #2939](https://github.com/PHPOffice/PhpSpreadsheet/pull/2939)
56+
3057
## 1.24.0 - 2022-07-09
3158

3259
Note that this will be the last 1.x branch release before the 2.x release. We will maintain both branches in parallel for a time; but users are requested to update to version 2.0 once that is fully available.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ composer require phpoffice/phpspreadsheet
2929
```
3030

3131
If you are building your installation on a development machine that is on a different PHP version to the server where it will be deployed, or if your PHP CLI version is not the same as your run-time such as `php-fpm` or Apache's `mod_php`, then you might want to add the following to your `composer.json` before installing:
32-
```json lines
32+
```json
3333
{
3434
"require": {
3535
"phpoffice/phpspreadsheet": "^1.23"

0 commit comments

Comments
 (0)