Closed
Description
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)