<?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>Forums</title><link>http://openxmldeveloper.org/discussions/default.aspx</link><description>These forums are for discussion of the Office Open XML file format. For details on a specific implementation, please consult the implementer’s own web site.</description><dc:language>en-US</dc:language><generator>Telligent Community 5.6.582.12783 (Build: 5.6.582.12783)</generator><item><title>Forum Post: Re: HTML content as a document part</title><link>http://openxmldeveloper.org/discussions/development_tools/f/20/p/55/160873.aspx#160873</link><pubDate>Mon, 20 May 2013 18:23:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160873</guid><dc:creator>ehomeneeds</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;  &lt;p&gt;I have the same problem and I have not done! Please help me! Thanks!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ehomeneeds.com/"&gt;home improvement services&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Forum Post: Re: Where to Install the SDK</title><link>http://openxmldeveloper.org/discussions/development_tools/f/20/p/6250/160872.aspx#160872</link><pubDate>Mon, 20 May 2013 16:17:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160872</guid><dc:creator>margaux1213</dc:creator><description>&lt;p&gt;Thanks for your answers :)&amp;nbsp;&lt;span&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;a href="http://linkapp.me/gpDIJ"&gt;http://linkapp.me/gpDIJ&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Forum Post: Re: XML parsing for Docx file</title><link>http://openxmldeveloper.org/discussions/development_tools/f/17/p/6245/160871.aspx#160871</link><pubDate>Mon, 20 May 2013 07:49:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160871</guid><dc:creator>Aamir</dc:creator><description>&lt;p&gt;Thanks.....&lt;/p&gt; </description></item><item><title>Forum Post: Require Help</title><link>http://openxmldeveloper.org/discussions/formats/f/13/p/6308/160870.aspx#160870</link><pubDate>Sat, 18 May 2013 07:14:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160870</guid><dc:creator>pankajbaviskar</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;I am new to OpenXml , my requirement is i want to develop a word document which having text, tables and chart in that. i had written code for that , when i open word it gives unspecified Error.&lt;/p&gt;</description></item><item><title>Forum Post: Re: How do I know the size of a specific piece of text in a work document?</title><link>http://openxmldeveloper.org/discussions/formats/f/13/p/5833/160869.aspx#160869</link><pubDate>Fri, 17 May 2013 23:00:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160869</guid><dc:creator>jcordeiro</dc:creator><description>&lt;p&gt;Dear Jim,&lt;/p&gt; &lt;p&gt;Let me add some additional information.&lt;/p&gt; &lt;p&gt;Regarding point 1: you&amp;#39;re completely right about the text from the standard: it clear states that the default praragraph style should be applied if there is no paragraph style applied. On the other hand the information regarding the pstyle element states:&lt;/p&gt; &lt;p&gt;&amp;quot;If this element is omitted, or it references a style which does not exist, then no paragraph style shall be applied&lt;/p&gt; &lt;p&gt;to the current paragraph. As well, this property is ignored if the paragraph properties are part of a paragraph&lt;/p&gt; &lt;p&gt;style.&amp;quot; (ISO/IEC 29500-1:2012(E - &amp;nbsp;17.3.1.27)&lt;/p&gt; &lt;p&gt;This is against the first statement!!!&lt;/p&gt; &lt;p&gt;For the character style (also point 2) the behaviour of word is like this:&lt;/p&gt; &lt;p&gt;I change the default character style within Visual Studio (VS), (in my tests I added run properties with just the bold property inside) and when I open word, it completes ignore my changes. Then I change something inside the run with that style and after saving the document, word replaces the default character style with the following style (the original character default style) removing all run properties from the style:&lt;/p&gt; &lt;p&gt; &amp;lt;w:style w:type=&amp;quot;character&amp;quot; w:default=&amp;quot;1&amp;quot; w:styleId=&amp;quot;DefaultParagraphFont&amp;quot;&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;w:name w:val=&amp;quot;Default Paragraph Font&amp;quot;/&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;w:uiPriority w:val=&amp;quot;1&amp;quot;/&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;w:semiHidden/&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;w:unhideWhenUsed/&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;nbsp;&amp;lt;/w:style&amp;gt;&lt;/p&gt; &lt;p&gt;Also, as I said before, Word keeps all run properties information for a character style in that specific style. In this case is not necessary to roll up styles. A simple test I made is to define within VS the size of a font in the run properties of character style &amp;quot;styleA&amp;quot; and no size information for character style &amp;quot;styleBinheritingFromA&amp;quot;. When I open word everything is correct within runs of both styles, but if I change something in the run with &amp;quot;styleBinheritingFromA&amp;quot; word changes this style with all information inherited from styleB that is missing. In this case my size property is added to style &amp;quot;styleBinheritingFromA&amp;quot;.&lt;/p&gt; &lt;p&gt;José&lt;/p&gt; </description></item><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: DocumentBuilder dont find file create in runtime</title><link>http://openxmldeveloper.org/discussions/formats/f/13/p/6303/160862.aspx#160862</link><pubDate>Tue, 14 May 2013 20:16:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160862</guid><dc:creator>ClaudiaJS</dc:creator><description>&lt;p&gt;Thanks for answer, I want to say. With three procedures, i do, three differents files, after, i combine these files just created with other files already existing in the server, but when I do this, the procedure &amp;quot;DocumentBuilder.BuildDocument&amp;quot;, combine the files already existing in the server, but the three files, created before the execution of the procedure seems dont exist, and comes this error: &amp;quot;empty list error &amp;quot;. I see the files in the server, i can open the file and modify without problem.&lt;/p&gt; &lt;p&gt;I hope to be clear, I post the code for the generation of one file&lt;/p&gt; &lt;p&gt;Public Function GeneraFileArticoli(ByVal IdOffer As String, ByVal nomeCartella As String) As String&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim IndFileArticoli As String = &amp;quot;&amp;quot;&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Try&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim nomeDir As String = ConfigurationManager.AppSettings(&amp;quot;DirServer&amp;quot;)&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim TemplatePath As String = nomeDir + &amp;quot;\OpenXmlContent\ModelloGrid.docx&amp;quot;&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim OutputPath As String = nomeDir + &amp;quot;\&amp;quot; + nomeCartella + &amp;quot;\&amp;quot; + IdOffer + &amp;quot;-Articoli.docx&amp;quot;&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;File.Copy(TemplatePath, OutputPath)&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim db As New DBOfferteDataContext&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim varOfferta = From prod In db.spDoc(IdOffer)&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Using theDoc As WordprocessingDocument = WordprocessingDocument.Open(OutputPath, True)&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim body As Body = theDoc.MainDocumentPart.Document.Body&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#39;***************************************** TABELLA CON DATI **************************************&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim mainPart As MainDocumentPart = theDoc.MainDocumentPart&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim ccWithTable As SdtBlock = mainPart.Document.Body.Descendants(Of SdtBlock)().Where(Function(e) e.SdtProperties.GetFirstChild(Of Tag)().Val = &amp;quot;ElencoProdotti&amp;quot;).[Single]()&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim theTable = ccWithTable.Descendants(Of Table)().Single()&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim theRow = theTable.Elements(Of TableRow)().Last()&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;For Each articolo In varOfferta&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim rowCopy As TableRow = DirectCast(theRow.CloneNode(True), TableRow)&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;rowCopy.Descendants(Of TableCell)().ElementAt(0).Append(New Paragraph(New Run(New Text(articolo.Kit.ToString()))))&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;rowCopy.Descendants(Of TableCell)().ElementAt(1).Append(New Paragraph(New Run(New Text(articolo.Codice.ToString()))))&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;rowCopy.Descendants(Of TableCell)().ElementAt(2).Append(New Paragraph(New Run(New Text(articolo.Prodotto.ToString()))))&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;rowCopy.Descendants(Of TableCell)().ElementAt(3).Append(New Paragraph(New Run(New Text(articolo.Incluso.ToString()))))&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;rowCopy.Descendants(Of TableCell)().ElementAt(4).Append(New Paragraph(New Run(New Text(articolo.Prezzo.ToString()))))&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;theTable.AppendChild(rowCopy)&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Next&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;theTable.RemoveChild(theRow)&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mainPart.Document.Save()&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IndFileArticoli = docOutputPath&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;End Using&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Catch ex As Exception&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim Problema As String = ex.Message&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;End Try&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Return IndFileArticoli&lt;/p&gt; &lt;p&gt; &amp;nbsp; &amp;nbsp;End Function&lt;/p&gt; &lt;p&gt;Thank&amp;#39;s in advance&lt;/p&gt; &lt;p&gt;Claudia&lt;/p&gt; </description></item><item><title>Forum Post: Re: Can the Presentation Builder be used without the USING() { } Statement?</title><link>http://openxmldeveloper.org/discussions/formats/f/15/p/6302/160860.aspx#160860</link><pubDate>Tue, 14 May 2013 17:16:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160860</guid><dc:creator>YasiduY3K</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;  &lt;p&gt;I did a small modification to the presentation builder.&lt;/p&gt;  &lt;p&gt;Instead of creating an output file from scratch (OpenXmlMemoryStreamDocument), i&amp;#39;m using&amp;nbsp;PresentationDocument.Open() to create an existing file and clone files from another presentation to it.&lt;/p&gt;  &lt;p&gt;The approach I took was, (PresentationBuilder modification),&lt;/p&gt;  &lt;p&gt;(Base presentation denoted as &amp;nbsp;B, to be cloned presentation is denoted as C)&lt;/p&gt;  &lt;p&gt;Modify&amp;nbsp;BuildPresentation() method to use B as the output file.&lt;/p&gt;  &lt;p&gt;Use C as the SlideSource.&lt;/p&gt;  &lt;p&gt;Comment out&amp;nbsp;CopyPresentationParts() method as the output is not getting built from scratch.&lt;/p&gt;  &lt;p&gt;The resultant output throws an error!&lt;/p&gt;  &lt;p&gt;Base presentation:&lt;/p&gt;  &lt;p&gt;&lt;img src="http://openxmldeveloper.org/resized-image.ashx/__size/550x0/__key/communityserver-discussions-components-files/15/2251.Base.JPG" border="0" alt=" " /&gt;&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;ToBeCloned:&lt;/p&gt;  &lt;p&gt;&lt;img src="http://openxmldeveloper.org/resized-image.ashx/__size/550x0/__key/communityserver-discussions-components-files/15/8475.ToBeCloned.JPG" border="0" alt=" " /&gt;&lt;/p&gt;  &lt;p&gt;Error:&lt;/p&gt;  &lt;p&gt;&lt;img src="http://openxmldeveloper.org/resized-image.ashx/__size/550x0/__key/communityserver-discussions-components-files/15/0488.Error.JPG" border="0" alt=" " /&gt;&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;Output:&lt;/p&gt;  &lt;p&gt;&lt;img src="http://openxmldeveloper.org/resized-image.ashx/__size/550x0/__key/communityserver-discussions-components-files/15/4606.output.JPG" border="0" alt=" " /&gt;&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;After some checking i found out that the two master slides has contains two separate layout slides with the same ID!&lt;/p&gt;  &lt;p&gt;Issue:&lt;/p&gt;  &lt;p&gt;&lt;img src="http://openxmldeveloper.org/resized-image.ashx/__size/550x0/__key/communityserver-discussions-components-files/15/6567.Cause.JPG" border="0" alt=" " /&gt;&lt;/p&gt;  &lt;p&gt;After browsing through, for similar situations, I was able to apply the following as a fix.&lt;/p&gt;  &lt;p&gt;In CopyMasterSlides(), at the end, use&amp;nbsp;FixSlideLayoutIds() method to re arrange the layout slide id&amp;#39;s.&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;A sample code with fix is attached as Post3.zip&lt;/p&gt;  &lt;p&gt;Hope this will help any future enhancement of the PresentationBuilder code as well as anyone with a similar problem, while trying to experiment with its code.&lt;/p&gt;  &lt;p&gt;Cheers,&lt;/p&gt;  &lt;p&gt;YasiduY3K&lt;/p&gt;</description></item><item><title>Forum Post: Re: Open a docx file that is located in a folder on the server</title><link>http://openxmldeveloper.org/discussions/development_tools/f/17/p/6292/160858.aspx#160858</link><pubDate>Tue, 14 May 2013 15:04:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160858</guid><dc:creator>Eric White</dc:creator><description>&lt;p&gt;This certainly is possible. &amp;nbsp;If you can open the file using Word then you could also open the file using the open XML sdk.&lt;/p&gt; &lt;p&gt;Then you can start word to enable e end user to edit it.&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: merging word-documents with DocumentFormat.OpenXml(c#)</title><link>http://openxmldeveloper.org/discussions/formats/f/13/p/5371/160845.aspx#160845</link><pubDate>Thu, 09 May 2013 09:18:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160845</guid><dc:creator>Tennyson</dc:creator><description>&lt;p&gt;Hi, i happened to used this &lt;strong&gt;&lt;a href="http://www.rasteredge.com/how-to/csharp-imaging/word-merge/"&gt;word document merging sdk in c#&lt;/a&gt;&lt;/strong&gt; to help my image programming work which includes the merge of two or more word documents, it works well, have a try. And, what&amp;#39;s more, it also can &lt;strong&gt;&lt;a href="http://www.rasteredge.com/how-to/csharp-imaging/pdf-merge/"&gt;merge pdf documents&lt;/a&gt;&lt;/strong&gt;, which i thinks you maybe also need this source.&lt;/p&gt;</description></item><item><title>Forum Post: Re: getting error "File contains corrupted data" when trying to open excel file using OpenXML</title><link>http://openxmldeveloper.org/discussions/development_tools/f/35/p/2805/160844.aspx#160844</link><pubDate>Thu, 09 May 2013 09:09:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160844</guid><dc:creator>yogesh</dc:creator><description>&lt;p&gt;Hi Eric,&lt;/p&gt; &lt;p&gt;Thanks for reply.&lt;/p&gt; &lt;p&gt;I got the examples from site. Now I images are working fine.&lt;/p&gt; &lt;p&gt;I have one DOCX file. It has some contents in the &amp;quot;Trebuchet MS&amp;quot; font. It not converting correctly.&lt;/p&gt; &lt;p&gt;I can attach DOCX file and HTML file in this post. But not able to find any attach option. If you can provide your email ID, I can send you those files.&lt;/p&gt; &lt;p&gt;Thanks,&lt;/p&gt; &lt;p&gt;Yogesh&lt;/p&gt; </description></item><item><title>Forum Post: Using Custom UI Editor if statement when file name is .pptx</title><link>http://openxmldeveloper.org/discussions/formats/f/15/p/6296/160843.aspx#160843</link><pubDate>Thu, 09 May 2013 08:47:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160843</guid><dc:creator>y0gster</dc:creator><description>&lt;p&gt;i just found this Custom UI Editor while searching for a way to have an onload event on Powerpoint. Now I need is an if statement in the UI editor that would prevent it from running when the file extension is pptx. Here is the line of code im using in customui:  &lt;div&gt;&lt;span style="font-size:xx-small;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &amp;nbsp;&lt;/p&gt;  &lt;p&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;  &lt;pre class="prettyprint"&gt;&amp;lt;customUI xmlns=&amp;quot;http://schemas.microsoft.com/office/2006/01/customui&amp;quot;   onLoad=&amp;quot;onLoadCode&amp;quot; &amp;gt;  &amp;lt;/customUI&amp;gt;&lt;/pre&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;/span&gt;I can write the code in vba but here in xml im totally lost. What I was thinking was something like this which I wrote in vba:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;pre class="prettyprint"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;span style="color:#0000ff;"&gt;if right(filename,4) = &amp;quot;pptm&amp;quot; then  onLoad  =&amp;quot;onLoadCode&amp;quot;   end if&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Forum Post: Re: Lock Cell of Worksheet</title><link>http://openxmldeveloper.org/discussions/development_tools/f/35/p/6295/160842.aspx#160842</link><pubDate>Thu, 09 May 2013 08:20:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160842</guid><dc:creator>kaushal.jani@valuechain.co.in</dc:creator><description>&lt;p&gt;Hi Eric,&lt;/p&gt; &lt;p&gt;Just I got the video running.&lt;/p&gt; &lt;p&gt;Thanks for your efforts,&lt;/p&gt; &lt;p&gt;Appreciated.&lt;/p&gt; &lt;p&gt;Regards,&lt;/p&gt; &lt;p&gt;Kaushal Jani&lt;/p&gt; </description></item><item><title>Forum Post: Re: How to copy slide that contains A hyperlink using PresentationBuilder ?</title><link>http://openxmldeveloper.org/discussions/development_tools/f/17/p/6222/160834.aspx#160834</link><pubDate>Thu, 09 May 2013 04:45:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160834</guid><dc:creator>Eric White</dc:creator><description>&lt;p&gt;Hi cYounes,&lt;/p&gt; &lt;p&gt;I&amp;#39;ve tried just about every combination I can with this, and it works for me. &amp;nbsp;Can you share the presentation that contains the hyperlink?&lt;/p&gt; </description></item><item><title>Forum Post: Re: Applying a Slide Master to a Presentation</title><link>http://openxmldeveloper.org/discussions/formats/f/15/p/1300/160833.aspx#160833</link><pubDate>Thu, 09 May 2013 04:35:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160833</guid><dc:creator>YasiduY3K</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt; &lt;p&gt;Aspose is faster. but they sucks!&lt;/p&gt; &lt;p&gt;I tried using Aspose for my projects, but they always throws out errors. I got errors with cloning, slidenumbering, powerpoint object formatting etc.&lt;/p&gt; &lt;p&gt;May be it&amp;#39;s because of the earliest version of their PPTX version, but I was ultimately fed up providing them sample codes to clarify the issues and waiting for long ETA&amp;#39;s till they come up with fixes.&lt;/p&gt; &lt;p&gt;But there powerpoint 03 version is really good.&lt;/p&gt; &lt;p&gt;My advice is stick with openxml, even u encounter an issue, you will have a code base to work it out.&lt;/p&gt; </description></item><item><title>Forum Post: Re: Removing images from a PPTX (and not breaking any relations)</title><link>http://openxmldeveloper.org/discussions/formats/f/15/p/6248/160830.aspx#160830</link><pubDate>Wed, 08 May 2013 17:50:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160830</guid><dc:creator>Eric White</dc:creator><description>&lt;p&gt;You will be amazed at how fast it is, though. &amp;nbsp;Once you write the correct code, it still will operate nearly instantaneously.&lt;/p&gt; </description></item><item><title>Forum Post: Re: Copy SlideMasterlayout element into the Slide</title><link>http://openxmldeveloper.org/discussions/formats/f/15/p/6273/160828.aspx#160828</link><pubDate>Wed, 08 May 2013 17:46:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160828</guid><dc:creator>Eric White</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt; &lt;p&gt;I&amp;#39;ve put together a PresentationBuilder resource center (&lt;a rel="nofollow" href="http://openxmldeveloper.org/wiki/w/wiki/presentationbuilder.aspx"&gt;openxmldeveloper.org/.../presentationbuilder.aspx&lt;/a&gt;) that contains a link to download the code, as well as links to the various screen-casts that you will want to watch. &amp;nbsp;You can learn a lot about PresentationML if you watch those screen-casts.&lt;/p&gt; &lt;p&gt;Best, Eric&lt;/p&gt; </description></item><item><title>Forum Post: Re: Automatically open/close embedded OLE object</title><link>http://openxmldeveloper.org/discussions/development_tools/f/17/p/5044/160824.aspx#160824</link><pubDate>Wed, 08 May 2013 14:49:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160824</guid><dc:creator>Russell Pierce</dc:creator><description>&lt;p&gt;Eric,&lt;/p&gt; &lt;p&gt; &amp;nbsp;Thanks for the link. &amp;nbsp;Though I have watched a lot of videos on openxmldeveloper.org, I had not yet come across that one. &amp;nbsp;This blog post &amp;nbsp;and the accompanying video demonstrate how to programmatically embed a spreadsheet into a Word document using Open XML. &amp;nbsp;It also shows how you can specify an arbitrary &amp;quot;place holder&amp;quot; image like what you describe in your video.&lt;/p&gt; &lt;p&gt;(&lt;a rel="nofollow" href="http://blogs.msdn.com/b/brian_jones/archive/2009/06/30/embedding-an-open-xml-file-in-another-open-xml-file.aspx"&gt;blogs.msdn.com/.../embedding-an-open-xml-file-in-another-open-xml-file.aspx&lt;/a&gt;)&lt;/p&gt; &lt;p&gt;So, the takeaway here for anyone else who&amp;#39;s in my boat is this:&lt;/p&gt; &lt;p&gt;You can&amp;#39;t embed a spreadsheet into a presentation and have it come out looking &amp;quot;right.&amp;quot; &amp;nbsp;In the case of embedding a new sheet, there will be a default placeholder image: &amp;nbsp;&amp;quot;This image cannot currently be displayed.&amp;quot; &amp;nbsp;In the case of updating, the out-of-date image will display.&lt;/p&gt; </description></item></channel></rss>