Skip to content

to_excel cannot handle large sheet #26051

Closed
@Pzoom522

Description

@Pzoom522

Problem description

For extremely large sheets (row_num > 1048576, col_num > 16384), see the code of XlsxWriter Engine, area which exceeds the limit won't be printed.
However, no error or warning is raised.

Expected Output

This sheet is too large! Area off (1048576, 1638) will not be printed.

Output of pd.show_versions()

latest (v0.24.2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions