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

Importing XLSX file #56

Closed
mateusgalasso opened this issue Apr 16, 2019 · 3 comments
Closed

Importing XLSX file #56

mateusgalasso opened this issue Apr 16, 2019 · 3 comments
Assignees

Comments

@mateusgalasso
Copy link

I'm getting almost the error

Error 2: dataCorrupted(Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "relationship", intValue: nil), XMLKey(stringValue: "2", intValue: 2), CodingKeys(stringValue: "type", intValue: nil)], debugDescription: "Cannot initialize SchemaType from invalid String value http://schemas.openxmlformats.org/officeDocument/2006/relationships/connections", underlyingError: nil))
I tried to put case connections = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/connections"
but didn't work

@MaxDesiatov
Copy link
Collaborator

MaxDesiatov commented Apr 16, 2019

Hi @stonkeep, thank for reporting this issue. I've just added the case in the master branch, hope that helps. Could you please try reinstalling the CoreXLSX package from master branch and try parsing the same file, does that resolve your issue?

@MaxDesiatov
Copy link
Collaborator

0.5.0 has been released, would you please update to this version and let me know how it works for you? Thanks!

@MaxDesiatov
Copy link
Collaborator

As this issue hasn't been updated for a while I'm assuming it's fixed. Please feel free to reopen this issue or to create a new with more details otherwise.

@MaxDesiatov MaxDesiatov changed the title Importing XLSM file Importing XLSX file May 2, 2019
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