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
Describe the bug
XLSXFile(filepath: path) was not initialising on passing the path of .xlsx file which is in application's document directory.
But when i put .xlsx file in application's bundle folder and pass bundle path to XLSXFile(filepath: path) at that time library was successfully initialise and read excel data perfectly.
To Reproduce
Steps to reproduce the behavior:
Save a .xlsx file in application's document directory
Pass path of file whose location is in document directory to XLSXFile(filepath: path)
Seems XLSXFile not initialising
Expected behavior
Library should be initialise when passing path of document directory or other locations like iCloud documents etc.
The text was updated successfully, but these errors were encountered:
Version
'CoreXLSX', '~> 0.10.0'
Describe the bug
XLSXFile(filepath: path) was not initialising on passing the path of .xlsx file which is in application's document directory.
But when i put .xlsx file in application's bundle folder and pass bundle path to XLSXFile(filepath: path) at that time library was successfully initialise and read excel data perfectly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Library should be initialise when passing path of document directory or other locations like iCloud documents etc.
The text was updated successfully, but these errors were encountered: