Parsing T3DataStructure XML

You can convert a Data Structure XML document into a PHP array by using the function \TYPO3\CMS\Core\Utility\GeneralUtility::xml2array().

The reverse transformation is achieved using \TYPO3\CMS\Core\Utility\GeneralUtility::array2xml().

The PHP array can then be interpreted by an application, which may interpret the T3DataStructure in custom ways.

Sheet References are not supported out of the box and have to be resolved by the application using the T3DataStructure.