Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in libxlsxwriter : 'Worksheet row or column index out of range.' #57

Closed
Harry-Long opened this issue Jun 5, 2021 · 2 comments
Closed

Comments

@Harry-Long
Copy link

When I write large .xlsx files (more than 1,048,576 rows), I got an error message saying that 'Worksheet row or column index out of range.' I tested my code on a remote server in CentOS 7.0 system as well as a win10 machine, but both give the same error. The "use_zip64" argument doesn't work either. I'm writing to ask if this is a problem with the data size and if it can be solved. I believe it might be a problem with the source C package "libxlsxwriter".

@jmcnamara
Copy link
Contributor

1,048,576 rows is an Excel limit: https://support.microsoft.com/en-us/office/excel-specifications-and-limits-1672b34d-7043-467e-8e27-269d656771c3

writexl/libxlsxwriter can't support more rows than Excel supports.

@Harry-Long
Copy link
Author

1,048,576 rows is an Excel limit: https://support.microsoft.com/en-us/office/excel-specifications-and-limits-1672b34d-7043-467e-8e27-269d656771c3

writexl/libxlsxwriter can't support more rows than Excel supports.

@jmcnamara Thank you!

@jeroen jeroen closed this as completed Jun 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants