..
Calculation
R1C1 Format and Internationalization, plus Relative Offsets ( #3052 )
2022-09-16 08:25:26 -07: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
Xlsx Reader External Data Validations Flag Missing ( #3078 )
2022-09-28 00:14:37 -07:00
Shared
Merge branch 'master' into sheetpasswd
2021-07-13 06:11:47 -07:00
Style
Minor Fix for Percentage Formatting ( #3053 )
2022-09-12 08:45:13 -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