You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
oleibman
added a commit
to oleibman/PhpSpreadsheet
that referenced
this issue
Apr 20, 2025
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
:And btw, thank you for your great work! Especially the XML reader makes my life so much easier.
The text was updated successfully, but these errors were encountered: