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

Recognize 'Hidden' Attribute and Other Unsupported Options in Xml Spreadsheet #3567

Merged
merged 8 commits into from
May 18, 2023

Commits on May 14, 2023

  1. Recognize 'Hidden' Attribute in Xml Spreadsheet

    Fix PHPOffice#3566; PhpSpreadsheet should now handle Hidden attribute for rows and columns in Xml spreadsheets. Also added the ability to load Xml spreadsheet from string rather than file, as can be done for Csv and Html.
    oleibman committed May 14, 2023
    Configuration menu
    Copy the full SHA
    dcab826 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Add Support for Top Left Cell

    Another missing piece.
    oleibman committed May 15, 2023
    Configuration menu
    Copy the full SHA
    7bf4a1d View commit details
    Browse the repository at this point in the history
  2. Font Bold/Italic

    Was always setting to true rather than checking value for 0/1.
    oleibman committed May 15, 2023
    Configuration menu
    Copy the full SHA
    ec9b7cd View commit details
    Browse the repository at this point in the history
  3. Active Sheet Index

    Had always been set to hard-coded 0. Read it from XML if available.
    oleibman committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e8c1aef View commit details
    Browse the repository at this point in the history
  4. Selected Cells

    Get Selected Cells from XML when available.
    oleibman committed May 15, 2023
    Configuration menu
    Copy the full SHA
    4e92d60 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Worksheet Protection and Style Protection

    Add support for those to Xml Reader.
    oleibman committed May 16, 2023
    Configuration menu
    Copy the full SHA
    9f1d942 View commit details
    Browse the repository at this point in the history
  2. Column Spans

    Not really an essential part of Excel, used in Xml to reduce file size.
    oleibman committed May 16, 2023
    Configuration menu
    Copy the full SHA
    66b14ff View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    ccc367f View commit details
    Browse the repository at this point in the history