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-16 04:56:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b8957205e16449a9b88defc3258a2387de0a698c
PhpSpreadsheet
/
tests
/
data
T
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
Issue 2216 resolve office365 auto filter structure move (
#2218
)
2021-07-12 03:19:40 +02:00
Functional
/TypeAttributePreservation
…
Reader
Add unit tests for ChartSheet reading
2022-05-16 13:30:30 +02:00
Shared
Merge branch 'master' into sheetpasswd
2021-07-13 06:11:47 -07:00
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
Extract some methods from the Calculation Engine into dedicated classes (
#2537
)
2022-02-04 16:02:29 +01:00
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
…