<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://openxmldeveloper.org/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 Scenarios</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/default.aspx</link><description>Discussions about how to use the Open XML Formats</description><dc:language /><generator>Telligent Community 5.6.582.12783 (Build: 5.6.582.12783)</generator><item><title>Forum Post: How to exact value of Cell in Excel document with OpenXML ?</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/p/6307/160867.aspx#160867</link><pubDate>Fri, 17 May 2013 08:55:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160867</guid><dc:creator>Javidan</dc:creator><description>&lt;p&gt;As with using Microsoft.Interopt I can get cell value like this : Cell.Value . But with OpenXML I got confused. Sometimes it returns id of item in SharedStringTable sometimes it return string and etc. Is there some method like to get exact cell value in excel document? &lt;/p&gt;</description></item><item><title>Forum Post: Accessing/Manipulating all parts of an OpenXML document when open within Word 2013</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/21/p/6306/160863.aspx#160863</link><pubDate>Tue, 14 May 2013 21:18:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160863</guid><dc:creator>sef</dc:creator><description>&lt;p&gt;Similar as Eric describes in his Open XML Markup Explorer App for Word 2013 I would like to manipulate not only the document.xml part in the open OpenXML Document in Word but all parts like adding a picture to the media folder. Is such a thing possible with an open document in Word 2013 without closing it (like in Eric&amp;rsquo;s Sample: Open XML Markup Explorer App for Word 2013)?&lt;/p&gt;</description></item><item><title>Forum Post: Re: There is problem when saving XmlDocument into OpenXmlPart</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/p/6268/160853.aspx#160853</link><pubDate>Mon, 13 May 2013 13:18:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160853</guid><dc:creator>Lcd</dc:creator><description>&lt;p&gt;Thank you very much, this solution worked with some modification of my code&lt;/p&gt; </description></item><item><title>Forum Post: Re: How to add rows to ready table in Word document?</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/p/6283/160802.aspx#160802</link><pubDate>Mon, 06 May 2013 17:10:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160802</guid><dc:creator>Javidan</dc:creator><description>&lt;p&gt;Thanks for quick reply. There are interesting facts about saving. I asked about save problem &amp;quot;search and replace&amp;quot; and solution was Package.Close() event. But now, I only needed to call Document.Save() method, and do &amp;quot;search and replace&amp;quot; then call Package.Close() event. I came to that, Document.Save() method cancels replaced texts in document&lt;/p&gt;</description></item><item><title>Forum Post: Re: Doing manipulation in an Open Office document?</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/p/6241/160741.aspx#160741</link><pubDate>Fri, 26 Apr 2013 19:09:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160741</guid><dc:creator>Eric White</dc:creator><description>&lt;p&gt;If you are going to extract text while the user types it in, you will need to build an add-in (either a document-level addin or an application-level addin).&lt;/p&gt; &lt;p&gt;The following blog post contains a number of links to other content that will help you get going when creating an add-in:&lt;/p&gt; &lt;p&gt;&lt;a rel="nofollow" href="http://blogs.msdn.com/b/ericwhite/archive/2010/12/15/microsoft-word-2010-developer-building-blocks.aspx"&gt;blogs.msdn.com/.../microsoft-word-2010-developer-building-blocks.aspx&lt;/a&gt;&lt;/p&gt; &lt;p&gt;-Eric&lt;/p&gt; </description></item><item><title>Forum Post: Re: parse and publish aspx url</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/p/5809/160714.aspx#160714</link><pubDate>Mon, 22 Apr 2013 03:33:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160714</guid><dc:creator>millakinross</dc:creator><description>&lt;p&gt;&lt;a href="http://www.sexbomb.com.au/customPages/erotic-services?subSiteId=1"&gt;*** shows&lt;/a&gt; |  &lt;a href="http://www.sexbomb.com.au/customPages/erotic-services?subSiteId=1"&gt;x rated shows&lt;/a&gt; |  &lt;a href="http://www.sexbomb.com.au/customPages/erotic-services?subSiteId=1"&gt;show girls&lt;/a&gt; |  &lt;a href="http://www.sexbomb.com.au/customPages/erotic-services?subSiteId=1"&gt;strippers sydney&lt;/a&gt; |  &lt;a href="http://www.sexbomb.com.au/customPages/erotic-services?subSiteId=1"&gt;nude shows&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Forum Post: Re: Open XML Package Editor Power Tool for Visual Studio</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/21/p/6244/160696.aspx#160696</link><pubDate>Tue, 16 Apr 2013 09:46:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160696</guid><dc:creator>japa62</dc:creator><description>&lt;p&gt;Thanx&amp;#39;s Todd, response left under jamarpa. Really makes me think that there are plan&amp;#39;s that make OpenXML redundant in MS&amp;#39;s future. Destroying one of the best decisions that MS has ever made in my view. &lt;/p&gt; </description></item><item><title>Forum Post: Re: Compare Word 2007 WordOpenXML chunks</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/24/p/5116/160555.aspx#160555</link><pubDate>Fri, 08 Mar 2013 16:58:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160555</guid><dc:creator>mema864</dc:creator><description>&lt;p&gt;i wish i can help u ,,i hate the version of 2007&lt;/p&gt;  &lt;p&gt;_______________________&lt;/p&gt;  &lt;p&gt;&lt;a href="http://physicaltherapyask.info/?p=17"&gt;Rupture Of Tendon Achilles&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://Dulink.us/27478"&gt;&amp;quot;Integrative_Manual_Therapy for the upper and lower extremities&amp;quot; Download free ebook&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Forum Post: Re: Document assembly project</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/p/5022/160509.aspx#160509</link><pubDate>Tue, 26 Feb 2013 09:12:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160509</guid><dc:creator>tinyborn</dc:creator><description>&lt;p&gt;Thanks for this post and showing a great concern. I would love to ask my queries and get it sorted.&lt;/p&gt; &lt;p&gt;___________________&lt;/p&gt; &lt;p&gt;document assembly software&lt;/p&gt; </description></item><item><title>Forum Post: Re: Using Australia post barcode in SQL Server Reporting Services</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/p/1387/160491.aspx#160491</link><pubDate>Fri, 22 Feb 2013 08:02:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160491</guid><dc:creator>Edwards001</dc:creator><description>&lt;p&gt;Another &lt;a href="http://www.avapose.com/dotnet_barcode_reporting_service/linear_barcodes.shtml"&gt;barcode generator for reporting services&lt;/a&gt; which support postal barcode standards.&lt;/p&gt;</description></item><item><title>Forum Post: Re: How to create office shape in clipboard</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/p/5548/160462.aspx#160462</link><pubDate>Tue, 19 Feb 2013 01:43:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160462</guid><dc:creator>tutalib</dc:creator><description>&lt;p&gt;waiting for the answer&lt;/p&gt;  &lt;p&gt;________&lt;a href="http://www.higgingtonpost.com"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.higgingtonpost.com"&gt;tutalib&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Forum Post: Re: data validation list for excel cell using openXML work with cell range(ie;A1 to A3) not with text(i.e;1,2,3,4)</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/21/p/6037/160406.aspx#160406</link><pubDate>Mon, 11 Feb 2013 11:34:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160406</guid><dc:creator>madiken</dc:creator><description>&lt;p&gt;You have to use the following syntax : &lt;/p&gt; &lt;p&gt;formula12.Text = &amp;quot;\&amp;quot;1,2,3,4\&amp;quot;&amp;quot;; &amp;nbsp;// with escaped double quotes...&lt;/p&gt; </description></item><item><title>Forum Post: Re: How to add comma separated text to excel in open XML</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/21/p/6100/160403.aspx#160403</link><pubDate>Mon, 11 Feb 2013 10:01:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160403</guid><dc:creator>pavan</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt; &lt;p&gt;There is no problem with comma separated text in specific &amp;nbsp;cell.&lt;/p&gt; &lt;p&gt;Thank u for &amp;nbsp;replay&lt;/p&gt; </description></item><item><title>Forum Post: Re: Mergin Powerpoint Presentations</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/21/p/5905/160253.aspx#160253</link><pubDate>Mon, 28 Jan 2013 09:24:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160253</guid><dc:creator>Eric White</dc:creator><description>&lt;p&gt;Hi all,&lt;/p&gt;  &lt;p&gt;PresentationBuilder has now been released.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://openxmldeveloper.org/blog/b/openxmldeveloper/archive/2013/01/14/quick-introduction-to-presentationbuilder.aspx"&gt;Quick Introduction to PresentationBuilder&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://openxmldeveloper.org/blog/b/openxmldeveloper/archive/2013/01/21/all-about-presentationbuilder-part-1.aspx"&gt;All About PresentationBuilder, Part 1&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://openxmldeveloper.org/blog/b/openxmldeveloper/archive/2013/01/21/all-about-presentationbuilder-part-2.aspx"&gt;All About PresentationBuilder, Part 2&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://openxmldeveloper.org/blog/b/openxmldeveloper/archive/2013/01/21/all-about-presentationbuilder-part-3.aspx"&gt;All About PresentationBuilder, Part 3&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;-Eric&lt;/p&gt;</description></item><item><title>Forum Post: Re: I don't find any end list mark</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/p/5991/160194.aspx#160194</link><pubDate>Tue, 22 Jan 2013 07:55:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160194</guid><dc:creator>rebustiano</dc:creator><description>&lt;p&gt;Wow!&lt;/p&gt; &lt;p&gt;Your articles in msdn are incredible!&lt;/p&gt; &lt;p&gt;I made an algorithm to read and render a docx document using libopc, My app show bullets, decimal, letter and another fine for numberings, but my current goal is find how can restart the first level number for a new list in the document, the next levels are not a problem.&lt;/p&gt; &lt;p&gt;Many thanks for your answer!!!!&lt;/p&gt; </description></item><item><title>Forum Post: Re: How do I know the font size (for example) of a specific piece of text in a word document?</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/p/5946/160088.aspx#160088</link><pubDate>Sat, 12 Jan 2013 22:23:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160088</guid><dc:creator>Eric White</dc:creator><description>&lt;p&gt;You are right all except for the party of checking the previous paragraph. That is just a default for the next paragraph and is used in the user interface only. &lt;/p&gt; &lt;p&gt;Currently there is nothing in the open xml sdk or power tools to help you. &lt;/p&gt; &lt;p&gt;I wish I had a better answer for you but I don&amp;#39;t at this time. &lt;/p&gt; &lt;p&gt;Eric&lt;/p&gt; </description></item><item><title>Forum Post: Re: Create fillable form in microsoft word</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/p/5887/160002.aspx#160002</link><pubDate>Sat, 05 Jan 2013 20:17:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160002</guid><dc:creator>Eric White</dc:creator><description>&lt;p&gt;(This question is answered in another form. &amp;nbsp;Posting the same answer here for reference.)&lt;/p&gt; &lt;p&gt;This is very doable. &amp;nbsp;My recommended approach is to fabricate an Open XML document that contains content controls for each field. The user enters their data in those content controls. &amp;nbsp;You can also protect the remainder of the document against modification. &amp;nbsp;Users can then download the document, fill out the form, and upload it. &amp;nbsp;It is then straightforward to use Open XML to read the contents of the fields and populate a database.&lt;/p&gt; &lt;p&gt;I&amp;#39;ve added this to my list of content to write. &amp;nbsp;Unfortunately, I have a backlog currently, but I&amp;#39;ll get to this as soon as I am able.&lt;/p&gt; &lt;p&gt;-Eric&lt;/p&gt; </description></item><item><title>Forum Post: Re: How to write text in cells of creating excel sheet using openxml?</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/p/5914/159997.aspx#159997</link><pubDate>Sat, 05 Jan 2013 15:29:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:159997</guid><dc:creator>Eric White</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt; &lt;p&gt;First thing is to watch Bob McClellan&amp;#39;s screen-casts on SpreadsheetML:&lt;/p&gt; &lt;p&gt;&lt;a rel="nofollow" href="http://openxmldeveloper.org/blog/b/openxmldeveloper/archive/2012/06/26/screen-cast-introduction-to-open-xml-spreadsheetml-part-1.aspx"&gt;openxmldeveloper.org/.../screen-cast-introduction-to-open-xml-spreadsheetml-part-1.aspx&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Also, if you go to the front page of OpenXMLDeveloper.org, click on SpreadsheetML, and you will find more than 80 blog posts, articles, and screen-casts. &amp;nbsp;You will find a lot of stuff to help you get started.&lt;/p&gt; &lt;p&gt;-Eric&lt;/p&gt; </description></item><item><title>Forum Post: Re: Is it possible to sign only macro in Office 2010 document using packagedigitalsignaturemanager.Sign() in c#?</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/p/5777/159959.aspx#159959</link><pubDate>Tue, 01 Jan 2013 02:51:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:159959</guid><dc:creator>Todd Main</dc:creator><description>&lt;p&gt;There&amp;#39;s no documentation on having a macro signable via Open XML programming. The best you can do, I believe, is have pre-existing VBA code that is signed and then add that to the package. The area &lt;a href="http://msdn.microsoft.com/en-us/library/office/cc540662(v=office.12).aspx#MOSS2007CreatingBusinessAppsOpenXMLFormats_WorkingwithOfficeOpenXMLPackage"&gt;Working with Open XML Packages&lt;/a&gt; on MSDN should give you&amp;nbsp;a start on this.&lt;/p&gt;</description></item><item><title>Forum Post: Re: Looking for a high level review of my OpenXML project to see if I am on a path that can get me there, and if so, how?</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/p/5640/159629.aspx#159629</link><pubDate>Thu, 04 Oct 2012 12:44:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:159629</guid><dc:creator>sblalock</dc:creator><description>&lt;p&gt;Bobm - First thank for reading all the way thru and giving your opinion. I appreciate you considerate contribution. You have confirmed exactly what I have found so far. I looked at hand rolling the copy / paste functionality and then realize the complexity. I was hoping the heavy lifting had already been done by someone. I know there are some work in this space by people like Eric White, but I think he has only been playing in the WordprocessingML area and not SpreadsheetML or DrawingML. I plan on continuing the search for other contibutions by Eric or others.&lt;/p&gt;  &lt;p&gt;I had a discussion with the Microsoft guy in charge of my MSDN ticket and he clued me in on the fact that MS seems not to be manipulating Open XML internally. I thought that they had changed the internals of Excel and would be able to share a snippet (or non propreitary code based on the algorythm) of Excel code that does the cut and paste. It appears that MS reads the file in, places it in their internal format for editing, and then saves it back as OpenXML. This of course makes total sense, but I was hoping they had went to using the XML internally &amp;lt;I know, rainbows and unicorns right?&amp;gt;&lt;/p&gt;  &lt;p&gt;Concerning the JPG vs the DrawingML, again I have been softly selling this idea of flattening the drawing objects to pictures and editing them in a drawing application to my client. It does significantly reduce the complexity. There are code samples to read an image and place it on a spreadsheet. I could get away from the manipulation of all those many drawing objects represented in DrawingML and just manipulate one image instead. It does not meet my client&amp;#39;s requirements however, if the alternative is to write the copy paste function of a OpenXML Editor, I am pretty sure that they may ease this requirement. &lt;/p&gt;  &lt;p&gt;Thanks again for the assistance. I really wanted confirmation that I was not being an idiot. I know there are a lot of smarter people out there than I, and I wanted to make sure I was not missing something obvious.&lt;/p&gt;</description></item></channel></rss>