Skip to content
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

XLSXFile not initialising when passing document directory path #108

Closed
shubhamgupta-mob-ibtech opened this issue May 8, 2020 · 1 comment
Assignees

Comments

@shubhamgupta-mob-ibtech
Copy link

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:

  1. Save a .xlsx file in application's document directory
  2. Pass path of file whose location is in document directory to XLSXFile(filepath: path)
  3. Seems XLSXFile not initialising

Expected behavior
Library should be initialise when passing path of document directory or other locations like iCloud documents etc.

@MaxDesiatov
Copy link
Collaborator

MaxDesiatov commented Jun 8, 2020

Hi @shubhamgupta-mob-ibtech, was the issue resolved for you? If so, could you share the solution please? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants