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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org).
9
9
10
10
### Added
11
11
12
-
-Nothing
12
+
-Xlsx Reader Optionally Ignore Rows With No Cells. [Issue #3982](https://github.com/PHPOffice/PhpSpreadsheet/issues/3982)[PR #4035](https://github.com/PHPOffice/PhpSpreadsheet/pull/4035)
13
13
14
14
### Changed
15
15
16
16
- Nothing
17
17
18
18
### Deprecated
19
19
20
-
-Nothing
20
+
-Writer\Xls\Style\ColorMap is no longer needed.
21
21
22
22
### Moved
23
23
@@ -28,8 +28,10 @@ and this project adheres to [Semantic Versioning](https://semver.org).
28
28
- Incorrect Reader CSV with BOM. [Issue #4028](https://github.com/PHPOffice/PhpSpreadsheet/issues/4028)[PR #4029](https://github.com/PHPOffice/PhpSpreadsheet/pull/4029)
29
29
- POWER Null/Bool Args. [PR #4031](https://github.com/PHPOffice/PhpSpreadsheet/pull/4031)
30
30
- Do Not Output Alignment and Protection for Conditional Format. [Issue #4025](https://github.com/PHPOffice/PhpSpreadsheet/issues/4025)[PR #4027](https://github.com/PHPOffice/PhpSpreadsheet/pull/4027)
31
-
- Xls Conditional Format Improvements. [PR #4030](https://github.com/PHPOffice/PhpSpreadsheet/pull/4030)
32
31
- Conditional Color Scale Improvements. [Issue #4049](https://github.com/PHPOffice/PhpSpreadsheet/issues/4049)[PR #4050](https://github.com/PHPOffice/PhpSpreadsheet/pull/4050)
32
+
- Mpdf and Tcpdf Borders on Merged Cells. [Issue #3557](https://github.com/PHPOffice/PhpSpreadsheet/issues/3557)[PR #4047](https://github.com/PHPOffice/PhpSpreadsheet/pull/4047)
33
+
- Xls Conditional Format Improvements. [PR #4030](https://github.com/PHPOffice/PhpSpreadsheet/pull/4030)[PR #4033](https://github.com/PHPOffice/PhpSpreadsheet/pull/4033)
34
+
- Csv Reader allow use of html mimetype. [Issue #4036](https://github.com/PHPOffice/PhpSpreadsheet/issues/4036)[PR #4049](https://github.com/PHPOffice/PhpSpreadsheet/pull/4040)
thrownewPhpSpreadsheetException("Cell entry {$cellCoordinate} no longer exists in cache. This probably means that the cache was cleared by someone else.");
417
-
}
413
+
$cell = $this->getcache($cellCoordinate);
418
414
419
415
// Set current entry to the requested entry
420
416
$this->currentCoordinate = $cellCoordinate;
@@ -466,4 +462,14 @@ private function getAllCacheKeys(): iterable
thrownewPhpSpreadsheetException("Cell entry {$cellCoordinate} no longer exists in cache. This probably means that the cache was cleared by someone else.");
0 commit comments