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-22 16:19:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c196625cb1ecb93dc9531bdc09078759a4fcecf5
PhpSpreadsheet
/
tests
/
data
T
History
MarkBaker
fe31c2004f
Extended unit tests for Engineering functions
2023-03-14 06:53:45 +01:00
..
Calculation
Extended unit tests for Engineering functions
2023-03-14 06:53:45 +01:00
Cell
…
Features/AutoFilter
/Xlsx
…
Functional
/TypeAttributePreservation
…
Reader
Correct Xlsx Parsing of quotePrefix="0" (
#3438
)
2023-03-07 07:51:20 -08:00
Shared
…
Style
Modify Date/Time check in the NumberFormatter so that masks with a decimal/fractional time aren't misinterpreted as number masks, while still ensuring that durations are interpreted as date/time masks, and locale currency masks are still treated as numbers
2023-02-28 12:34:00 +01:00
Worksheet
…
Writer
…
CalculationBinaryComparisonOperation.php
…
CellAbsoluteCoordinate.php
…
CellAbsoluteReference.php
…
CellBuildRange.php
…
CellCoordinates.php
…
CellExtractAllCellReferencesInRange.php
…
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
…