mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-06 03:57:38 +08:00
22 lines
597 B
XML
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>
|