-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Unable to parse excel with following code #159
Comments
Same here using if I converted urls.first!.path it does not read the xlsx document I tried the both XLSXFile(filepath: ) But it still does not read the file |
Hello thanks for the fast response I tried #160 as well however I had no luck in opening the excel file |
Please create a separate issue and provide additional details there: the exact error message and error type you're seeing, the file you're trying to open, and a self-contained sample project to reproduce. Providing these details will allow me to quickly resolve the issue. Thanks! |
Because the cells refer shared string. Follow this guide - https://github.com/CoreOffice/CoreXLSX#shared-strings |
I am using main branch which i have installed using following pod
pod 'CoreXLSX'
I am trying to read one excel but its giving me random integer number instead of string.
Test12.xlsx
The text was updated successfully, but these errors were encountered: