This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: load_workbook giving ValueError: invalid literal for int()
Type: compile error Stage: resolved
Components: IDLE, Installation, Interpreter Core, IO, Library (Lib), macOS Versions: Python 2.7
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: berker.peksag, ned.deily, ronaldoussoren, traviswilcox
Priority: normal Keywords:

Created on 2015-07-13 22:06 by traviswilcox, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Test2.py traviswilcox, 2015-07-13 22:06 Python Code
Messages (2)
msg246701 - (view) Author: Travis (traviswilcox) Date: 2015-07-13 22:06
This code works fine with all my workbooks except the one with a heavier amount of data. Please let me know if you want the excel file I am trying to open with this code.
msg246702 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2015-07-13 22:17
Thanks for the report, but openpyxl is not part of the Python standard library. Please create an issue at https://bitbucket.org/openpyxl/openpyxl/issues
History
Date User Action Args
2022-04-11 14:58:18adminsetgithub: 68816
2015-07-13 22:17:17berker.peksagsetstatus: open -> closed

nosy: + berker.peksag
messages: + msg246702

resolution: third party
stage: resolved
2015-07-13 22:06:59traviswilcoxcreate