mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
13 lines
212 B
XML
13 lines
212 B
XML
<?xml version="1.0"?>
|
|
<sst xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" uniqueCount="3">
|
|
<si>
|
|
<t>hello</t>
|
|
</si>
|
|
<si>
|
|
<t>world</t>
|
|
</si>
|
|
<si>
|
|
<t>nice</t>
|
|
</si>
|
|
</sst>
|