Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Setting an Auto filter in a sheet with Hidden columns does not work properly #293

@marcabrus

Description

@marcabrus

If I set up an auto filter and subsequently I Hide some rows, the autofilter stops to the column before the hidden column.
for example:
# Add autofilter to the header row for all columns
main_sheet.auto_filter.ref = f"A1:L1000"
main_sheet.column_dimensions['F'].hidden = True

the autofilter, instead of being setup until column L it stops at column E

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions