-
Notifications
You must be signed in to change notification settings - Fork 16
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
Again errors when opening Excel files #33
Comments
This also happens with the current CocoaPods version. I'm sure it was fixed 🤔 |
As far as I understand, the problem is coming from ZipArchive creating some kind of wrong ZIP. I „solved“ this issue by using an older version of ZipArchive. |
Can you please let us know which ZipArchive version did you used? |
Sure, I cloned XlsxReaderWriter to change the dependency: |
@chbeer , thank you for git url. I will update to this later. pod 'SSZipArchive', '2.2' |
Yes, I did something like that as well. But we switched to SPM and that's not as easy to fix there. |
OK @chbeer , |
@chbeer @shiva-menlo I am trying to use an older version of ZipArchive. with 2.3.0 the Xlsx file open fine without error. Will try to push the update tomorrow. |
@chbeer @shiva-menlo the issue is fixed with version 2.5.0. https://github.com/charlymr/XlsxReaderWriter/releases/tag/2.5.0 The lib is no longer dependent of ZipArchive, so you can use it with either SPM, Cocoapods or Carthage. |
There were problems opening Excel files with earlier versions.
Since I switched to the SPM version I got this error again:
Anybody else? In the past it was related to (SS)ZipArchive and/or a missing XML-node. Does somebody else have this?
The text was updated successfully, but these errors were encountered: