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-30 20:18:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
Column-String-Index-Additional-Validations
PhpSpreadsheet
/
tests
/
PhpSpreadsheetTests
/
Cell
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
MarkBaker
96cadb7172
Additional validation checks for
columnIndexFromString()
and
stringFromColumnIndex()
methods
2022-07-19 19:26:05 +02:00
..
AddressHelperTest.php
Eliminate Most Scrutinizer Problems in Test Suite (
#2699
)
2022-03-21 13:58:42 -07:00
AdvancedValueBinderTest.php
…
CellAddressTest.php
Initial work on deprecating
ByColumnAndRow
methods; and providing functionality to use the basic cellAddress methods to be used with a string cell address (e.g.
C5
); an array of columnId and rowId (e.g.
[3, 5]
) or a new CellAddress object.
2022-03-31 23:22:48 +02:00
CellRangeTest.php
Add functionality to adjust CellRange by "modifying" the from/to CellAddress Value objects
2022-04-01 15:41:55 +02:00
CellTest.php
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
ColumnRangeTest.php
Add functionality to shift RowRange and ColumnRange
2022-04-01 11:26:47 +02:00
CoordinateTest.php
Additional validation checks for
columnIndexFromString()
and
stringFromColumnIndex()
methods
2022-07-19 19:26:05 +02:00
DataTypeTest.php
…
DataValidationTest.php
…
DataValidator2Test.php
…
DataValidatorTest.php
…
DefaultValueBinderTest.php
…
HyperlinkTest.php
…
RowRangeTest.php
Add functionality to shift RowRange and ColumnRange
2022-04-01 11:26:47 +02:00
StringValueBinderTest.php
…
ValueBinderWithOverriddenDataTypeForValue.php
…