Skip to content

Unhandled null max_row from openpyxl #176

Description

@jwilson232

We are currently using the max_row field from openpyxl to guard against oversized spreadsheets. In some cases the field is unset and will raise a unhandled exception. Adding a default value for the max_row check would invalidate the checks, therefore we should handle the scenario where the field is unset by instead falling back to manually counting the rows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThere is a fault with the existing softwarecove

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions