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-09-26 00:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
83feae3f351c52b725cd784ce1323a5caeffe20d
PhpSpreadsheet
/
tests
/
data
T
History
aswinkumar863
e1ab240419
Merge branch 'master' into Table-Reader-for-Xlsx
2022-05-29 18:59:53 +05:30
..
Calculation
Filter null values in PRODUCT() function, as they don't affect the calculation in any way, and actually require additional code handling if they're present within the calculation itself
2022-05-17 16:40:14 +02:00
Cell
Minor performance tweaks
2022-05-01 21:55:37 +02:00
Features/AutoFilter
/Xlsx
…
Functional
/TypeAttributePreservation
…
Reader
Merge branch 'master' into Table-Reader-for-Xlsx
2022-05-29 18:59:53 +05:30
Shared
…
Style
Time Interval Formatting
2022-04-23 11:12:46 -07:00
Worksheet
…
Writer
Add support for writing Worksheet Visibility for Ods
2022-05-23 13:38:08 +02: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
…
CellMergeRangesInCollection.php
…
CellRangeBoundaries.php
…
CellRangeDimension.php
…
CellSplitRange.php
…
ColumnIndex.php
…
ColumnString.php
…
CoordinateIsRange.php
…
ReferenceHelperFormulaUpdates.php
…
ReferenceHelperFormulaUpdatesMultipleSheet.php
…