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