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-26 23:38:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
Clear-In-Memory-Cache-when-unsetting_worksheet
PhpSpreadsheet
/
tests
/
data
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
MarkBaker
db4dac3de9
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
..
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
Add unit tests for ChartSheet reading
2022-05-16 13:30:30 +02:00
Shared
…
Style
Time Interval Formatting
2022-04-23 11:12:46 -07:00
Worksheet
…
Writer
Ods Writer support for setting column width/row height (including Autosizing)
2022-04-17 11:34:39 +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
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
…