-
Notifications
You must be signed in to change notification settings - Fork 86
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
Rows indexed by shorts, can't parse file larger than 32767 rows. #26
Comments
On 11/14/16 1:51 PM, mjfuller wrote:
I haven't looked at this code in years. I suggest using "Analyze" to If you do find it let me know via code snippet or pull request. |
I'll take a look at it and let you know if I find any quick fixes. Thanks. |
On 11/14/16 2:10 PM, mjfuller wrote:
As the person who took the C based library over, I went to great lengths |
Noticed that there is a segfault in xls_addCell when loading large files. Might there be an easy way to instead index rows with ints or longs? If not, maybe fail gracefully instead. Otherwise this parser is great! lmk if you cannot reproduce this behavior.
The text was updated successfully, but these errors were encountered: