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

Read Spreadsheet with # in Name #2409

Merged
merged 2 commits into from
Nov 30, 2021
Merged

Conversation

oleibman
Copy link
Collaborator

Fix #2405. Treat last, rather than first, # as separator between zip file name and member name, by finding it with strrpos rather than strpos.

This is:

- [x] a bugfix
- [ ] a new feature

Checklist:

Why this change is needed?

Fix PHPOffice#2405. Treat last, rather than first, `#` as separator between zip file name and member name, by finding it with strrpos rather than strpos.
@oleibman oleibman merged commit d5825a6 into PHPOffice:master Nov 30, 2021
@oleibman oleibman deleted the octothorpe branch February 6, 2022 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Can't open xlsx having # in filename
1 participant