isValid()
isValid(\PhpOffice\PhpSpreadsheet\Cell\Cell $cell) : boolean
Does this cell contain valid value?
Parameters
\PhpOffice\PhpSpreadsheet\Cell\Cell | $cell | Cell to check the value |
Validate a cell value according to its validation rules.
isValid(\PhpOffice\PhpSpreadsheet\Cell\Cell $cell) : boolean
Does this cell contain valid value?
\PhpOffice\PhpSpreadsheet\Cell\Cell | $cell | Cell to check the value |
isValueInList(\PhpOffice\PhpSpreadsheet\Cell\Cell $cell) : boolean
Does this cell contain valid value, based on list?
\PhpOffice\PhpSpreadsheet\Cell\Cell | $cell | Cell to check the value |
Loading…