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

Improve Xlsx Reader Speed #4153

Merged
merged 7 commits into from
Sep 5, 2024
Merged

Improve Xlsx Reader Speed #4153

merged 7 commits into from
Sep 5, 2024

Conversation

oleibman
Copy link
Collaborator

@oleibman oleibman commented Aug 30, 2024

PR #4132 was needed for release 2.2.2 because of a problem with Excel 2016 introduced with 2.2.0. This is a minor tweak to that change - a little simpler, and possibly beneficial if the spreadsheet uses split screens.

In addition, a performance problem has been identified (issue #3917) which this PR will attempt to fix.

This is:

  • a bugfix
  • a new feature
  • refactoring
  • additional unit tests

Checklist:

  • Changes are covered by unit tests
    • Changes are covered by existing unit tests
    • New unit tests have been added
  • Code style is respected
  • Commit message explains why the change is made (see https://github.com/erlang/otp/wiki/Writing-good-commit-messages)
  • CHANGELOG.md contains a short summary of the change and a link to the pull request if applicable
  • Documentation is updated as necessary

Why this change is needed?

Provide an explanation of why this change is needed, with links to any Issues (if appropriate).
If this is a bugfix or a new feature, and there are no existing Issues, then please also create an issue that will make it easier to track progress with this PR.

PR PHPOffice#4132 was needed for release 2.2.2 because of a problem with Excel 2016 introduced with 2.2.0. This is a minor tweak to that change - a little simpler, and possibly beneficial if the spreadsheet uses split screens.
@oleibman oleibman changed the title Slight Improvement to PR #4132 Improve Xlsx Reader Speed Sep 1, 2024
@oleibman oleibman added this pull request to the merge queue Sep 5, 2024
Merged via the queue into PHPOffice:master with commit 50ec30b Sep 5, 2024
12 of 13 checks passed
@oleibman oleibman deleted the issue4128b branch September 5, 2024 03:25
oleibman added a commit that referenced this pull request Sep 5, 2024
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.

1 participant