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-24 10:38:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dae5dfd6b657cbf2cfba1b473f1dfcc82d22aeaf
PhpSpreadsheet
/
tests
/
data
T
History
MarkBaker
ec15c7a6de
more minor tweaks
2022-03-16 23:03:19 +01:00
..
Calculation
more minor tweaks
2022-03-16 23:03:19 +01:00
Cell
Refactor ISO data type validation from cell to shared date; add extra checks for invalid dates; and appropriate unit tests
2022-02-26 14:13:12 +01:00
Features/AutoFilter
/Xlsx
…
Functional
/TypeAttributePreservation
…
Reader
Work on setting up locale-aware formatted number conversion for the Csv Reader
2022-03-02 08:53:29 +01:00
Shared
…
Style
Add support for one digit decimals (FORMAT_NUMBER_0, FORMAT_PERCENTAGE_0) (
#2525
)
2022-02-05 12:46:50 -08:00
Worksheet
…
Writer
Xlsx image background in comments
#1547
(
#2422
)
2021-12-17 06:10:59 -08: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
…
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
…