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
I'm getting this error while trying to read a sheet from a parsed xlsx file.
I think the error is happening on the Worksheet file, where it has CodingKeys enum and a dimension case.
It looks like related with #12, #15 and #24 issues.
Fatal error: Error raised at top level:
Swift.DecodingError.keyNotFound(CodingKeys(stringValue: "dimension", intValue: nil),
Swift.DecodingError.Context(codingPath: [], debugDescription: "No value associated with key CodingKeys(stringValue: \"dimension\", intValue: nil) (\"dimension\").", underlyingError: nil))
The text was updated successfully, but these errors were encountered:
New update, again. I was using the last release 0.3.0 but updated it to the version on the master branch. I still need to make dimension optional.
Now, I'm getting the same error "Expected to decode String but found a dictionary instead." on shared string's text property as well.
I'm getting this error while trying to read a sheet from a parsed xlsx file.
I think the error is happening on the
Worksheet
file, where it hasCodingKeys
enum and adimension
case.It looks like related with #12, #15 and #24 issues.
The text was updated successfully, but these errors were encountered: