abap2xlsx/src/zexcel_tr_shared_strings.xslt.source.xml
Ivan Femia f8b0e354db Moving to abapGit
First commit to abapGit
2017-05-16 22:22:30 +02:00

22 lines
597 B
XML

<?sap.transform simple?>
<tt:transform xmlns:tt="http://www.sap.com/transformation-templates">
<tt:root name="ROOT"/>
<tt:root name="SHARED_STRINGS"/>
<tt:template>
<sst xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
<tt:attribute name="count" value-ref="ROOT.COUNT"/>
<tt:attribute name="uniqueCount" value-ref="ROOT.UNIQUE_COUNT"/>
<tt:loop ref="SHARED_STRINGS">
<si>
<t>
<tt:value ref="STRING_VALUE"/>
</t>
</si>
</tt:loop>
</sst>
</tt:template>
</tt:transform>