Skip to content

Conversation

@zcattacz
Copy link
Contributor

 File "/lib/python2.7/site-packages/xlsx/__init__.py", line 179, in rowsIter
    float(columnNode[0].text),
ValueError: could not convert string to float: C8

tried on a 2.1M manual entered solid record sheet, keep giving errors, when doing iteration.
rearranged some condition checks to work around several error messages
similar to issue #29

#  File "/lib/python2.7/site-packages/xlsx/__init__.py", line 179, in rowsIter
#    float(columnNode[0].text),
#ValueError: could not convert string to float: C8
staale added a commit that referenced this pull request Jun 24, 2015
avoid various error message regarding rowsIter()
@staale staale merged commit 4327158 into staale:master Jun 24, 2015
@staale
Copy link
Owner

staale commented Jun 24, 2015

Looks good. Thanks for the contribution.

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

Successfully merging this pull request may close these issues.

2 participants