Subject: | get_cells() and get_rows() behavior when requested elements are out of range |
When get_rows(), get_cells(), or get_cell_values() is used with a specified cell range that is out of the table limits, the program crashes. So the user must check that the requested range is fully included in the real table. Such constraint could be an inconvenience for some applications.
In the next version the search space will be silently restricted to the table limits.
In the next version the search space will be silently restricted to the table limits.