This website requires JavaScript.
Explore
Help
Sign In
geckon01
/
PhpSpreadsheet
Watch
1
Star
0
Fork
0
You've already forked PhpSpreadsheet
mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced
2026-08-24 22:28:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
23e2d702ffeee2da64736376dc92011ab5d19f89
PhpSpreadsheet
/
tests
/
data
T
History
Mark Baker
23e2d702ff
Merge branch 'master' into Xls-Reader-Conditional-Formatting
2022-03-19 16:21:14 +01:00
..
Calculation
Add basic support for Error functions when the error is #SPILL! or #CALC!
2022-03-18 17:44:26 +01:00
Cell
…
Features/AutoFilter
/Xlsx
…
Functional
/TypeAttributePreservation
…
Reader
Merge branch 'master' into Xls-Reader-Conditional-Formatting
2022-03-19 16:21:14 +01:00
Shared
…
Style
…
Worksheet
…
Writer
…
CalculationBinaryComparisonOperation.php
…
CellAbsoluteCoordinate.php
…
CellAbsoluteReference.php
…
CellBuildRange.php
…
CellCoordinates.php
…
CellExtractAllCellReferencesInRange.php
…
CellGetRangeBoundaries.php
…
CellMergeRangesInCollection.php
…
CellRangeBoundaries.php
…
CellRangeDimension.php
…
CellSplitRange.php
…
ColumnIndex.php
…
ColumnString.php
…
CoordinateIsRange.php
…
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
…