You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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.
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
The text was updated successfully, but these errors were encountered: