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-30 20:18:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1.24.0
PhpSpreadsheet
/
tests
/
data
T
History
MarkBaker
ad15232fc7
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
..
Calculation
Keep Calculated String Results Below 32K (
#2921
)
2022-07-04 08:30:46 -07:00
Cell
Minor performance tweaks
2022-05-01 21:55:37 +02:00
Features/AutoFilter
/Xlsx
…
Functional
/TypeAttributePreservation
…
Reader
Php/iconv Should Not Treat FFFE/FFFF as Valid (
#2910
)
2022-07-02 08:53:39 -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
…
ReferenceHelperFormulaUpdatesMultipleSheet.php
…