<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Open XML and Office Services </title><link>http://blogs.msdn.com/b/brian_jones/archive/2009/11/03/open-xml-and-office-services.aspx</link><description>If you didn't see the news up on the Word team blog announcing Word Automation Services, and you have any interest in server side conversion of .docx files into .pdf or .xps, you should definitely go take a look: http://blogs.msdn.com/microsoft_office_word</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Open XML and Office Services </title><link>http://blogs.msdn.com/b/brian_jones/archive/2009/11/03/open-xml-and-office-services.aspx#9922119</link><pubDate>Fri, 13 Nov 2009 18:14:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9922119</guid><dc:creator>I'm Brian Jones</dc:creator><description>&lt;p&gt;Hey Jack,&lt;/p&gt;
&lt;p&gt;Excel does allow for custom XML markup, but not in the way that you're asking. The two ways of adding &amp;quot;semantics&amp;quot; to the cell is either through the use of named ranges, or the custom XML mapping support. In both cases, the &amp;quot;labels&amp;quot; are stored outside of the grid, and they then reference the cell or range they apply to. Excel will roundtrip this information, and even update the references properly if new rows or columns are added at runtime.&lt;/p&gt;
&lt;p&gt;There is no way to tell Excel to not use the shared string table. One option however is to post process the output to move the strings back inline. Should be an easy example to pull together (I'll see if Zeyad or I have some time to give it a shot).&lt;/p&gt;
&lt;p&gt;-Brian&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9922119" width="1" height="1"&gt;</description></item><item><title>re: Open XML and Office Services </title><link>http://blogs.msdn.com/b/brian_jones/archive/2009/11/03/open-xml-and-office-services.aspx#9921079</link><pubDate>Wed, 11 Nov 2009 21:48:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9921079</guid><dc:creator>jack in Texas</dc:creator><description>&lt;p&gt;Brian:&lt;/p&gt;
&lt;p&gt;Question. Is it possible (perhaps with proper namespace markup)to add new user tags at the cell level of a sheet in the xl/worksheets/ folder? When I try I, get validation errors, and Excel repairs the sheet's xml file. &lt;/p&gt;
&lt;p&gt;I also never heard the answer to the question about preventing Excel from moving string content into the 'shairedStrings.xml' file upon saving, and the difficulty that makes reading/extraction the sheet file data. Easy of reading is more important then compation sometimes. &lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9921079" width="1" height="1"&gt;</description></item></channel></rss>