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 19:48:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
345c0ebdfc0961b748994eeeaae8a377f55c3810
PhpSpreadsheet
/
tests
/
data
T
History
Mark Baker
345c0ebdfc
Merge branch 'master' into TextFunctions-New
2022-07-28 19:14:06 +02:00
..
Calculation
Merge branch 'master' into TextFunctions-New
2022-07-28 19:14:06 +02:00
Cell
Minor performance tweaks
2022-05-01 21:55:37 +02:00
Features/AutoFilter
/Xlsx
…
Functional
/TypeAttributePreservation
…
Reader
Html Reader Not Handling non-ASCII Data Correctly (
#2943
)
2022-07-16 22:08:44 -07:00
Shared
…
Style
Coverage Improvements (
#2859
)
2022-06-01 08:29:56 -07:00
Worksheet
…
Writer
Adjust Both Coordinates for Two-Cell Anchors (
#2909
)
2022-06-29 09:20:33 -07:00
CalculationBinaryComparisonOperation.php
…
CellAbsoluteCoordinate.php
…
CellAbsoluteReference.php
…
CellBuildRange.php
…
CellCoordinates.php
…
CellExtractAllCellReferencesInRange.php
The
sortCellReferenceArray()
in
Coordinate
should have returned cells ordered by row, then by column... but instead sorted by column, then row.
2022-04-28 17:43:01 +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
…
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
…
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
…