Skip to content

Commit 753e5d5

Browse files
authored
Merge branch 'master' into pr1449
2 parents 62e2259 + b4cd42d commit 753e5d5

Some content is hidden

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

75 files changed

+605
-964
lines changed

CHANGELOG.md

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

1010
### Added
1111

12+
- Support Justify Last Line. [Issue #4374](https://github.com/PHPOffice/PhpSpreadsheet/issues/4374) [PR #4373](https://github.com/PHPOffice/PhpSpreadsheet/pull/4373)
1213
- Allow Spreadsheet clone. [PR #437-](https://github.com/PHPOffice/PhpSpreadsheet/pull/4370)
1314

1415
### Removed
@@ -32,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
3233
### Fixed
3334

3435
- Refactor Helper/Html. [PR #4359](https://github.com/PHPOffice/PhpSpreadsheet/pull/4359)
36+
- Ignore ignoredErrors when not applicable. [Issue #4375](https://github.com/PHPOffice/PhpSpreadsheet/issues/4375) [PR #4377](https://github.com/PHPOffice/PhpSpreadsheet/pull/4377)
3537
- Better handling of defined names on sheets whose titles include apostrophes. [Issue #4356](https://github.com/PHPOffice/PhpSpreadsheet/issues/4356) [Issue #4362](https://github.com/PHPOffice/PhpSpreadsheet/issues/4362) [Issue #4376](https://github.com/PHPOffice/PhpSpreadsheet/issues/4376) [PR #4360](https://github.com/PHPOffice/PhpSpreadsheet/pull/4360)
3638

3739
## 2025-02-08 - 4.0.0

docs/topics/recipes.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,15 +1188,16 @@ quotePrefix | setQuotePrefix()
11881188

11891189
**\PhpOffice\PhpSpreadsheet\Style\Alignment**
11901190

1191-
Array key | Maps to property
1192-
------------|-------------------
1193-
horizontal | setHorizontal()
1194-
indent | setIndent()
1195-
readOrder | setReadOrder()
1196-
shrinkToFit | setShrinkToFit()
1197-
textRotation| setTextRotation()
1198-
vertical | setVertical()
1199-
wrapText | setWrapText()
1191+
Array key | Maps to property
1192+
----------------|-------------------
1193+
horizontal | setHorizontal()
1194+
justifyLastLine | setJustifyLastLine()
1195+
indent | setIndent()
1196+
readOrder | setReadOrder()
1197+
shrinkToFit | setShrinkToFit()
1198+
textRotation | setTextRotation()
1199+
vertical | setVertical()
1200+
wrapText | setWrapText()
12001201

12011202
**\PhpOffice\PhpSpreadsheet\Style\Border**
12021203

0 commit comments

Comments
 (0)