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-27 10:30:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dac59ea79e0dc5aa32df2f2f49ead31e9675c86c
PhpSpreadsheet
/
tests
/
data
T
History
aswinkumar863
dac59ea79e
Load Table with XLSX Reader
2022-05-15 13:30:54 +05:30
..
Calculation
Add basic support for Error functions when the error is #SPILL! or #CALC!
2022-03-18 17:44:26 +01:00
Cell
Minor performance tweaks
2022-05-01 21:55:37 +02:00
Features/AutoFilter
/Xlsx
…
Functional
/TypeAttributePreservation
…
Reader
Load Table with XLSX Reader
2022-05-15 13:30:54 +05:30
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
…