readCell()
readCell(string $column, integer $row, string $worksheetName = '') : boolean
Should this cell be read?
Parameters
string | $column | Column address (as a string value like "A", or "IV") |
integer | $row | Row number |
string | $worksheetName | Optional worksheet name |