Skip Menu |

This queue is for tickets about the ODF-lpOD CPAN distribution.

Report information
The Basics
Id: 66545
Status: resolved
Priority: 0/
Queue: ODF-lpOD

People
Owner: Nobody in particular
Requestors: jmgdoc [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: 1.111



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.