We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version
CoreXLSX 0.14.2
Description of the bug
When trying to read an XLSX file that contains a formula using FILTER function with XLSXFile(filepath: filename) it fails with this error:
"debugDescription: "Cannot initialize SchemaType from invalid String value http://schemas.openxmlformats.org/officeDocument/2006/relationships/sheetMetadata", underlyingError: nil))"
The text was updated successfully, but these errors were encountered:
Hey @demonfleed can you create a simple reproducer XLSX for me?
Sorry, something went wrong.
Here are the files:
notworking.xlsx working.xlsx
Joannis
No branches or pull requests
Version
CoreXLSX 0.14.2
Description of the bug
When trying to read an XLSX file that contains a formula using FILTER function with XLSXFile(filepath: filename) it fails with this error:
"debugDescription: "Cannot initialize SchemaType from invalid String value http://schemas.openxmlformats.org/officeDocument/2006/relationships/sheetMetadata", underlyingError: nil))"
The text was updated successfully, but these errors were encountered: