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

PR #505: accept .xlsx that lack a "styles" part #528

Merged
merged 4 commits into from
Dec 12, 2018
Merged

PR #505: accept .xlsx that lack a "styles" part #528

merged 4 commits into from
Dec 12, 2018

Conversation

jennybc
Copy link
Member

@jennybc jennybc commented Dec 12, 2018

Closes #506

For some reason, I cannot push back into this PR and am instead pushing to an internal branch and will merge this.

Johannes Sixt and others added 4 commits September 13, 2018 09:55
An XLSX file that does not contain a "styles" part triggers this error:

  > read_excel("foo.xlsx", sheet="Sheet1")
  Error in sheets_fun(path) :
    Evaluation error: Couldn't find '' in 'foo.xlsx'.

To fix this, check for the presence of the part in cacheDateFormats() in
the same way that cacheStringTable() does.
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

Successfully merging this pull request may close these issues.

1 participant