... <si> <t>hello</t> 1st string in sharedStrings == #1 </si> .../xl/worksheets/sheet1.xml
...
<row r="4">
<c r="B4" s="9" t="s"> t="s" indicates that it is type string
<v>1</v> #1 corresponds to the 1st string in sharedStrings.xml
</c>
...
OpenXml for Word 2007, on the other hand, does not use any shared strings. The text is right in /word/document.xml
Listed below are links to blogs that reference this entry: OpenXml: Excel vs Word - strings.
TrackBack URL for this entry: http://www.rootsilver.com/mt-tb.cgi/101
Leave a comment