Skip to content

Should total_height ignore offset due to header rows?  #312

@bzm3r

Description

@bzm3r

Suppose I want to get the total height of a sheet, including header rows. Currently, the only way to do this is to load_sheet with header_row=None and then to get the total_height, because total_height currently is sensitive to the number of header rows:

let total_height = self.data().height() - self.header.offset();

Should total_height also include the number of header rows (i.e. be insensitive to the number of header rows)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions