Skip to content

Feature request: XML-Reader should recognize indents #4448

@SlowFox71

Description

@SlowFox71

Again, some minor feature request: The XML-Reader so far does not recognize indents. This can easily be fixed by adding a new branch in Reader/Xml/Style/Alignment.php:

case 'Indent':
    $style['alignment']['indent'] = $styleAttributeValue;
    break;

And btw, thank you for your great work! Especially the XML reader makes my life so much easier.

Activity

added a commit that references this issue on Apr 20, 2025
de9fdc3
oleibman

oleibman commented on Apr 21, 2025

@oleibman
Collaborator

Thank you for the feedback. It is helpful to know that less popular areas of the package are nevertheless useful.

added a commit that references this issue on May 26, 2025
1deff50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @oleibman@SlowFox71

      Issue actions

        Feature request: XML-Reader should recognize indents · Issue #4448 · PHPOffice/PhpSpreadsheet