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

Couldn't find end of Start Tag c #37

Closed
maxvol opened this issue Feb 3, 2019 · 4 comments
Closed

Couldn't find end of Start Tag c #37

maxvol opened this issue Feb 3, 2019 · 4 comments
Assignees

Comments

@maxvol
Copy link

maxvol commented Feb 3, 2019

Error Domain=NSXMLParserErrorDomain Code=73 "(null)" UserInfo={NSXMLParserErrorColumn=16328, NSXMLParserErrorLineNumber=2, NSXMLParserErrorMessage=Couldn't find end of Start Tag c
}

@MaxDesiatov
Copy link
Collaborator

Thank you for reporting this @maxvol and sorry for the delay. Could you please try the latest 0.4.0 version and pass sufficiently large value (10, maybe 20 for example) errorContextLength argument to XLSXFile initializer? I hope that debug description of that error with the XML snippet it would get can be shared here. That way I could have a look at what exactly fails in the XML and it would be possible to add tests and debug this.

@MaxDesiatov
Copy link
Collaborator

MaxDesiatov commented Apr 16, 2019

Hi @maxvol, have you had a chance to try a newer version of CoreXLSX? I also encourage you to try master as it had more improvements for handling of large .xlsx files.

@MaxDesiatov
Copy link
Collaborator

I've just released 0.5.0 that fixes a similar parsing issue for big .xlsx files, please let me know if that fixes the issue for you @maxvol. Thank you!

@MaxDesiatov
Copy link
Collaborator

Closing this issue as it hasn't been updated for a while and I don't have enough info or the original file to reproduce it. Issues similar to this one were recently fixed in 0.5.0 version. Please feel free to reopen or to create a new one with the reproduction details.

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

2 participants