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.
Activity
XML Reader Recognize Indents
oleibman commentedon Apr 21, 2025
Thank you for the feedback. It is helpful to know that less popular areas of the package are nevertheless useful.
Regression in Date::stringToExcel