| .. |
|
Calculation
|
Expand [PR #2964](https://github.com/PHPOffice/PhpSpreadsheet/pull/2964) to cover all arithmetic operators, not just multiplication, and both left and right side values
|
2022-08-07 13:59:26 +02:00 |
|
Cell
|
Minor performance tweaks
|
2022-05-01 21:55:37 +02:00 |
|
Features/AutoFilter/Xlsx
|
Issue 2216 resolve office365 auto filter structure move (#2218)
|
2021-07-12 03:19:40 +02:00 |
|
Functional/TypeAttributePreservation
|
Avoid losing calculated value type
|
2018-03-03 11:51:06 +01:00 |
|
Reader
|
Limited Support for Chart Titles as Formulas (#2971)
|
2022-08-06 17:39:18 -07:00 |
|
Shared
|
Merge branch 'master' into sheetpasswd
|
2021-07-13 06:11:47 -07:00 |
|
Style
|
Coverage Improvements (#2859)
|
2022-06-01 08:29:56 -07:00 |
|
Worksheet
|
cellExists() and getCell() methods should support UTF-8 named cells
|
2022-08-04 14:38:35 +02:00 |
|
Writer
|
Adjust Both Coordinates for Two-Cell Anchors (#2909)
|
2022-06-29 09:20:33 -07:00 |
|
CalculationBinaryComparisonOperation.php
|
Extract some methods from the Calculation Engine into dedicated classes (#2537)
|
2022-02-04 16:02:29 +01:00 |
|
CellAbsoluteCoordinate.php
|
Sheet title can contain exclamation mark (in formulas)
|
2018-10-03 12:52:51 +09:00 |
|
CellAbsoluteReference.php
|
Sheet title can contain exclamation mark (in formulas)
|
2018-10-03 12:52:51 +09:00 |
|
CellBuildRange.php
|
Use proper syntax for variadic functions
|
2017-01-23 15:01:20 +09:00 |
|
CellCoordinates.php
|
PHPStan Level 2
|
2021-04-04 22:06:00 +09:00 |
|
CellExtractAllCellReferencesInRange.php
|
Adjust `extractAllCellReferencesInRange()` method to allow a worksheet in the reference
|
2022-08-14 23:43:52 +02:00 |
|
CellGetRangeBoundaries.php
|
Modify rangeBoundaries(), rangeDimension() and getRangeBoundaries() methods to work with row/column ranges as well as with cell ranges and cells
|
2022-07-07 17:30:27 +02:00 |
|
CellMergeRangesInCollection.php
|
Fix cell ranges causing coordinate merge error
|
2018-01-22 12:26:37 +09:00 |
|
CellRangeBoundaries.php
|
Modify rangeBoundaries(), rangeDimension() and getRangeBoundaries() methods to work with row/column ranges as well as with cell ranges and cells
|
2022-07-07 17:30:27 +02:00 |
|
CellRangeDimension.php
|
Use proper syntax for variadic functions
|
2017-01-23 15:01:20 +09:00 |
|
CellSplitRange.php
|
Use proper syntax for variadic functions
|
2017-01-23 15:01:20 +09:00 |
|
ColumnIndex.php
|
Consistent `stringFromColumnIndex()` and `columnIndexFromString()`
|
2017-11-26 15:29:08 +09:00 |
|
ColumnString.php
|
Use proper syntax for variadic functions
|
2017-01-23 15:01:20 +09:00 |
|
CoordinateIsRange.php
|
Fix cell ranges causing coordinate merge error
|
2018-01-22 12:26:37 +09:00 |
|
ReferenceHelperFormulaUpdates.php
|
Some work on refactoring the ReferenceHelper to extract the logic for updating cell references. This is a preliminary step toward allowing updates to absolute cell references, required to update Conditional Formatting rules.
|
2022-03-16 14:07:13 +01:00 |
|
ReferenceHelperFormulaUpdatesMultipleSheet.php
|
Named formula implementation, and improved handling of Defined Names generally (#1535)
|
2020-07-26 12:00:06 +02:00 |