8000 allow to be case insensitive inside zip by mbrocchieri · Pull Request #165 · dhatim/fastexcel · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

allow to be case insensitive inside zip #165

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

Merged
merged 2 commits into from
May 20, 2021

Conversation

mbrocchieri
Copy link

No description provided.

while (entries.hasMoreElements()) {
ZipArchiveEntry e = entries.nextElement();
if (e.getName().equalsIgnoreCase(name)) {
entry = e;

This comment was marked as resolved.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@ochedru ochedru merged commit 3030fcc into dhatim:master May 20, 2021
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.

3 participants
0