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

Issue 2216 resolve office365 auto filter structure move #2218

Merged

Commits on Jul 9, 2021

  1. Initial adjustments to Xlsx Reader for two possible locations for Aut…

    …oFiter information, either on the sheet itself for older files, or in the tables/tableX file for more recent files
    MarkBaker committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    2013a54 View commit details
    Browse the repository at this point in the history
  2. Refactor AutoFilter Reader logic into separate methods; preparatory w…

    …ork toward the eventual goal of moving it into its own dedicated AutoFilterTables class
    MarkBaker committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    0bcceab View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Basic unit tests to verify that the Xlsx Reader can read both the old…

    …er and Office365 variants of the files used to store AutoFilter structure
    MarkBaker committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    2ab11c1 View commit details
    Browse the repository at this point in the history
  2. Resolve phpcs issues

    MarkBaker committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    1b9473f View commit details
    Browse the repository at this point in the history
  3. Case-sensitivity in test filenames

    MarkBaker committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    54199fa View commit details
    Browse the repository at this point in the history
  4. Resolve phpstan errors

    MarkBaker committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    488387e View commit details
    Browse the repository at this point in the history
  5. Additional test assertions

    MarkBaker committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    013b095 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Additional test assertions when autofilter structure is defined in th…

    …e worksheet file
    MarkBaker committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    7a6a8ac View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into Issue-2216-Resolve-Office365-AutoFilter-St…

    …ructure-Move
    Mark Baker committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    3babc6c View commit details
    Browse the repository at this point in the history