<?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>Applications - Recent Threads</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22.aspx</link><description /><dc:language /><generator>Telligent Community 5.6.582.12783 (Build: 5.6.582.12783)</generator><item><title>How to exact value of Cell in Excel document with OpenXML ?</title><link>http://openxmldeveloper.org/thread/160867.aspx</link><pubDate>Fri, 17 May 2013 08:55:34 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160867</guid><dc:creator>Javidan</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/160867.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/160867/rss.aspx</wfw:commentRss><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;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to add rows to ready table in Word document?</title><link>http://openxmldeveloper.org/thread/160784.aspx</link><pubDate>Mon, 06 May 2013 13:21:22 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160784</guid><dc:creator>Javidan</dc:creator><slash:comments>2</slash:comments><comments>http://openxmldeveloper.org/thread/160784.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/160784/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi. I have to edit table data in Word document. As with LINQ I can found Table, and in loop I call function AppendChild to add rows, but nothing happens. Even I cannot deleta any row in table. What is the problem ? &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>There is problem when saving XmlDocument into OpenXmlPart</title><link>http://openxmldeveloper.org/thread/160749.aspx</link><pubDate>Mon, 29 Apr 2013 10:23:02 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160749</guid><dc:creator>Javidan</dc:creator><slash:comments>13</slash:comments><comments>http://openxmldeveloper.org/thread/160749.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/160749/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi. I am using content written by Eric White : http://openxmldeveloper.org/blog/b/openxmldeveloper/archive/2011/05/12/148357.aspx&amp;nbsp; about searching and replacing text in Word document. But I have problem with it, which i couldn&amp;#39;t solve. At saving it had problem, then I analyzed code step by step, and found that it replace text in Word document, but when it goes to PutXmlDocument method, it doesn&amp;#39;t do anything. And i get same document. The interesting part is that, couple weeks ago, it was working normally. P.S. again I had problem with saving: when i save and close WordprocessingDocument it returns the same document which i give as source. And my question is this: what is the problem? and is this problem related to source (document) ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Doing manipulation in an Open Office document?</title><link>http://openxmldeveloper.org/thread/160683.aspx</link><pubDate>Wed, 10 Apr 2013 08:57:49 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160683</guid><dc:creator>azfarhussain84</dc:creator><slash:comments>1</slash:comments><comments>http://openxmldeveloper.org/thread/160683.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/160683/rss.aspx</wfw:commentRss><description>&lt;p&gt;Is it possible to extract text from a word document while a user types in?&amp;nbsp; Is it possible with Open XML?&lt;/p&gt;
&lt;p&gt;-- Azfar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>I don't find any end list mark</title><link>http://openxmldeveloper.org/thread/160182.aspx</link><pubDate>Mon, 21 Jan 2013 11:17:42 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160182</guid><dc:creator>rebustiano</dc:creator><slash:comments>4</slash:comments><comments>http://openxmldeveloper.org/thread/160182.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/160182/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi every one.&lt;/p&gt;
&lt;p&gt;I am making a little application to show an docx document, I am developing in C++ using libopc.&lt;/p&gt;
&lt;p&gt;I have no problem to identify the numbering style based on numId and ilvl values and print the correct bullet, number or another simbol, but I have a problem: I can&amp;#39;t find in the document.xml a mark or an identifier in order to decide when a list is ended, then the first level is increasing the value every time:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:small;"&gt;&lt;strong&gt;Word:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;- kk&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;span style="white-space:pre;"&gt;	&lt;/span&gt;o Second&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;- kk&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;lt;end&amp;gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;1. Hola&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;span style="white-space:pre;"&gt;	&lt;/span&gt;A. ok&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;2. Hola&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-size:small;"&gt;My App:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;- kk&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;span style="white-space:pre;"&gt;	&lt;/span&gt;o Second&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;- kk&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;lt;end&amp;gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;3. Hola&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="white-space:pre;"&gt;	&lt;/span&gt;A. ok&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;4. Hola&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Many thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How do I know the font size (for example) of a specific piece of text in a word document?</title><link>http://openxmldeveloper.org/thread/160074.aspx</link><pubDate>Sat, 12 Jan 2013 00:02:46 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:160074</guid><dc:creator>toddscott</dc:creator><slash:comments>1</slash:comments><comments>http://openxmldeveloper.org/thread/160074.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/160074/rss.aspx</wfw:commentRss><description>&lt;p&gt;The idea is simple, but the answer may get complicated:&lt;/p&gt;
&lt;p&gt;In fact, I can check the run properties for the font size.&lt;/p&gt;
&lt;p&gt;If absent I need to check the style applied to the paragraph in order
 to find the run properties defined for the font size, then that style&amp;#39;s
 paragraph run properties.&lt;/p&gt;
&lt;p&gt;If not found I need to check everything again regarding the style which this style is based on.&lt;/p&gt;
&lt;p&gt;If not found, I should check the following style going up in the style hierarchy, and go on till I reach the default style. &lt;/p&gt;
&lt;p&gt;I also need to check if the previous paragraph has a style applied to
 it. In this case the applied style may define the style for the next 
paragraph that affects the text I&amp;#39;m working with.&lt;/p&gt;
&lt;p&gt;If there is no style influencing my paragraph, then I need to look in
 the default run properties from the styles part. After that I should 
look to the default paragraph properties in the same part.&lt;/p&gt;
&lt;p&gt;If nothing applies then the responsibility for the size defintion goes into the application that is working with the document.&lt;/p&gt;
&lt;p&gt;Am I right?&lt;/p&gt;
&lt;p&gt;Don&amp;#39;t I have any help from OPenXML SDK and/or from OpenXmlPowerTools?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;__________________________&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.shortsalew.com" target="_blank" title="http://www.shortsalew.com"&gt;Short Sale&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to write text in cells of creating excel sheet using openxml?</title><link>http://openxmldeveloper.org/thread/159990.aspx</link><pubDate>Fri, 04 Jan 2013 10:13:09 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:159990</guid><dc:creator>vikash kumar</dc:creator><slash:comments>1</slash:comments><comments>http://openxmldeveloper.org/thread/159990.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/159990/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;Hope doing well,&lt;/p&gt;
&lt;p&gt;sir i am using openxml to create the excel sheet now i want to add some text like some column name of my table that i want to add in the cells how to do that&lt;/p&gt;
&lt;p&gt;thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Create fillable form in microsoft word </title><link>http://openxmldeveloper.org/thread/159935.aspx</link><pubDate>Fri, 21 Dec 2012 14:47:27 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:159935</guid><dc:creator>rmollel</dc:creator><slash:comments>1</slash:comments><comments>http://openxmldeveloper.org/thread/159935.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/159935/rss.aspx</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is it possible to use OpenXML to do the following:&lt;/p&gt;
&lt;p&gt;- Dynamically/Programatically build or embed a fillable form in microsoft word using OpenXML&lt;/p&gt;
&lt;p&gt;- User should be able download the created word document with form in it&lt;/p&gt;
&lt;p&gt;- User fill out the form created and upload it back to the server&lt;/p&gt;
&lt;p&gt;- Use OpenXML to read and save to the database the answers provided by the user on the form&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Is it possible to sign only macro in Office 2010 document using packagedigitalsignaturemanager.Sign() in c#?</title><link>http://openxmldeveloper.org/thread/159766.aspx</link><pubDate>Thu, 08 Nov 2012 23:42:42 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:159766</guid><dc:creator>Petr Kovanda</dc:creator><slash:comments>2</slash:comments><comments>http://openxmldeveloper.org/thread/159766.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/159766/rss.aspx</wfw:commentRss><description>&lt;p&gt;I wonder, is macro signable part of 2010 office document? Is it possible to sign with x509certificate using&amp;nbsp;packagedigitalsignaturemanager c# class? I searched google and found only that is possible to sign any signable part of document. Thank you very much for answers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Petr Kovanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>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/thread/159611.aspx</link><pubDate>Tue, 02 Oct 2012 14:16:50 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:159611</guid><dc:creator>sblalock</dc:creator><slash:comments>2</slash:comments><comments>http://openxmldeveloper.org/thread/159611.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/159611/rss.aspx</wfw:commentRss><description>&lt;p style="line-height:12px;font-size:11px;"&gt;&lt;span style="line-height:115%;font-size:8pt;"&gt;&lt;span&gt;For the official moderators and those that like to play moderator, this post is looking for a high level review of my problem and how I am trying to use OpenXML to solve it(platform, technologies, techniques, etc), and possible solutions. It is looking for recomentations on code samples, technuqies, whitepapers, etc. It is concerning a project using VB.Net (or C#), ASP.Net, IIS, Windows Server, Visual Studio, HTML, OpenXML, OpenXML-SDK, and MS-Excel. I am willing to consider, &amp;quot;this should be in whatever, whatever&amp;quot; but please make it relevant and not just &amp;quot;let&amp;#39;s get this out of our queue&amp;quot;. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;---------------------------------------------------------&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;&lt;span style="line-height:115%;font-size:8pt;"&gt;&lt;span&gt;This is a design problem / brain teaser for all the Architect minded folks in the community. For those that expend the time to at least read this document, I thank you. For those that read, consider and share their opinions, I am humble by your dedication to helping others and I am most appreciative.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;&lt;span style="line-height:115%;font-size:8pt;"&gt;&lt;span&gt;I have a conversion project for a client that has painted me into a corner and I am hoping there is someone out there with the knowledge and expertise to help me.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;&lt;span style="line-height:115%;font-size:8pt;"&gt;&lt;span&gt;Should you choose to accept this assignment.... &amp;lt;cue music&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;&lt;span style="line-height:115%;font-size:8pt;"&gt;&lt;span&gt;The requirements are fixed, so the suggestion to just use a different language, web webserver, commercial component, etc will be considered, however will most likely be discounted as a no solution. Please do not misunderstand, I am open to new ideas and certainly open to any help you may be able to provide: code samples, white papers, articles, etc which relate, however part of the problem is meeting the clients requirements. Even I, the lowly programmer, most likely could solve this problem if I were allowed to change the requirements and the environment. Any changes to the requirements will need to be justified as &amp;quot;the only way to solve the problem.&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;&lt;span style="line-height:115%;font-size:8pt;"&gt;&lt;span&gt;Requirements/Goals:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;&lt;span style="line-height:115%;font-size:8pt;"&gt;&lt;span&gt;* Native code/components. No commercial components please. Solutions using open source components will be considered.&lt;br /&gt;* Thin Client / Browser based (IE is standard)&lt;br /&gt;* IIS WebServer running on Windows Server.&lt;br /&gt;* If submitting or referring to samples/solutions, VB.Net/Asp.Net preferred, however I can translate C#&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;span style="line-height:115%;font-size:8pt;"&gt;&lt;span&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;&lt;br /&gt;Problem:&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;Convert a desktop vb6 client/server program using Office Automation to a ASP.Net thin client application. The program reads two Spreadsheets (one with static design elements, calculations and cells/text boxes which are populated with data from the DB and one with named ranges containing drawings) and merges all this onto a spreadsheet which is persisted to the Server HD for archive, and then needs to be displayed to the user. Of course in the client/server world, displaying was done with launching Excel, however in the websrver/browser world, the document needs to be rendered as HTML and sent back across the HTTP pipe to the clients browser (rendered as close to the spreadsheet as possible). EXCEL WILL NOT BE ON THE CLIENT MACHINE, so the output must come down to the browser as HTML.&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;Notes:&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;1). Excel is the preferred way of maintaining the templates with the design and calculations on it. Unless there is a significantly better option, Excel will continue to be used.&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;2). Excel is the preferred way of maintaining the drawings, HOWEVER, if there is a significantly better option, we can flatten these drawings making them JPEGs/etc and use them as Images rather than Drawings.&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;3). MS Web components 2010 ran out of support this year, so we wish to stay away from it. The notice on Technet says to use other technologies, however I did not see a suggestion as to what that may be.&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;4). MS and most of the forums strongly suggest that we do not use Office Automation on the server side, so we would like to adhere to that.&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;5). The information, samples, blogs, VCasts from Eric White is great stuff and he is working on great things to improve the area of OpenXML-SDK, however I do not think I have found any of his stuff which exacly helps me. I may be wrong. Along this vein, I have been working on these issues for a while. You doing a quick Google and pointing me to the first link in the top 10 that looks interesting, is not going to do it.&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;Progress:&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;Here is what I have done and here is where my problems have been:&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;Effort: I started going down the path of converting the spreadsheets to OpenXML and using the OpenXML-SDK to merge the spreadsheets and to pull the data from he DB and populate certain cells and text boxes. This went well however...&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;Roadblock: Copying the drawings from one spreadsheet to another using the OpenXML-SDK has turned into an issue which is out on 3-4 forums with no results. It is currently being considered my a MS Technician (for the last week) as a MSDN help ticket, but I do not have faith that this will go far as the technician has been very quiet so far. The OpenXML-SDK and the current sample code / articles in the community seems to be lacking when dealing with moving Drawing Components.&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;Roadblock: Using OpenXml-SDK to convert the OpenXML to HTML to be sent back though the web server to the users browser has become a roadblock. Of course in the world where Office Automation is available, HTML and PDF are available as SaveAs types, however so far I have found the OpenXML-SDK, Samples code, Articles all to be lacking in this area as well. The OpenXML is a structured multi file format with style, pictures, data all intermingled in a fair involved way. Simply &amp;quot;sending the XML&amp;quot; across the wire is not an option. The OpenXML Document needs to be rendered into HTML with structure, style and data all encoded in the markup. Since design and structure is handled in the Excel Document, we do not with to have to change style and layout on the client side though CSS.&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;&lt;br /&gt;Questions:&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;1). So, is there a better approach?&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;2). Am I missing some Components / Samples / Techniques / Articles which could help me get my current solution implemented (namely the copying of Drawings from one spreadsheet to another, AND the rendering of the OpenXML document as a HTML Document)?&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;3). How would you do this?&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;4). Am I the only one tired of American Politics and the election season?&lt;/p&gt;
&lt;p style="line-height:12px;font-size:11px;"&gt;&lt;br /&gt;If you ave made it this far, thank you. You are obviously not the kind of person looking to just drop the quick &amp;quot;You should be able to...&amp;quot; type comment. I do appreciate your effort so far, and if you can help, I will be even more appreciative.&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Simple word document templates mapping fields accessing them with c# and printing</title><link>http://openxmldeveloper.org/thread/159603.aspx</link><pubDate>Sat, 29 Sep 2012 18:45:40 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:159603</guid><dc:creator>smstarks01</dc:creator><slash:comments>2</slash:comments><comments>http://openxmldeveloper.org/thread/159603.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/159603/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Fairly new to C# and totally new to OpenXML, trying to figure out where to start.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Here is what I am trying to accomplish.&lt;/p&gt;
&lt;p&gt;Create word documents with fields in them that I can fill in, keep it simple at first, the dynamic data would be basically name and address.&lt;/p&gt;
&lt;p&gt;I am hoping these documents can be created in 2010 Word by a non-programmer, and then using C#, I can pull my information from a SQL Database using C# .net, and populate these templates with the address, basically filling in these named fields.&amp;nbsp; I plan on using C# to figure out what I am populating these forms with and then to print them, and save and archive the forms in either a word or pdf format.&lt;/p&gt;
&lt;p&gt;Challenges I have&lt;/p&gt;
&lt;p&gt;Would like it to be compatible with Word 2003-2010.&amp;nbsp;&amp;nbsp; (not a must, but want to know my options)&lt;/p&gt;
&lt;p&gt;The documents I use for the template need to be manipulated by someone not real computer literate, and I would like to be able to change over time, without my code changing unless I need to add some new tags to fill in.&lt;/p&gt;
&lt;p&gt;Don&amp;#39;t want someone to write it for me, but would like suggestions on what I need to read to do this.&amp;nbsp; Is OpenXML a reasonable way of doing this?&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for all suggestions,&lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Could you help me to know how to run Macro from OPenxml office components</title><link>http://openxmldeveloper.org/thread/159388.aspx</link><pubDate>Tue, 14 Aug 2012 13:24:35 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:159388</guid><dc:creator>raman.p123</dc:creator><slash:comments>1</slash:comments><comments>http://openxmldeveloper.org/thread/159388.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/159388/rss.aspx</wfw:commentRss><description>&lt;p&gt;﻿﻿﻿&lt;/p&gt;
&lt;p&gt;Hi Team i am working on windows services with office interop ,as i come to know from blog there is no support of office automation on windows 7 machines. could you please help me, how run DDE commads from OPenXML. Please find the code which is working fine DDEmetod on button click on windows 7 machin and other windows OS &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;public void DDLExecuteMethod(string HPServicemgrstring)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;{ &lt;/p&gt;
&lt;p&gt;var excelApp = new Excel.Application();&lt;/p&gt;
&lt;p&gt;&amp;nbsp;int nChannel; nChannel = excelApp.DDEInitiate(&amp;quot;HP_Service_Manager&amp;quot;, &amp;quot;Actions&amp;quot;); &lt;/p&gt;
&lt;p&gt;excelApp.DDEExecute(nChannel, &amp;quot;[SystemEvent(&amp;quot;&amp;quot;ReceiveInteraction&amp;quot;&amp;quot;, &amp;quot;&amp;quot;Caller Name&amp;quot;&amp;quot;, &amp;quot;&amp;quot;xxxxxx&amp;quot;&amp;quot; ,&amp;quot;&amp;quot;Authentication&amp;quot;&amp;quot;, &amp;quot;&amp;quot;xxxx&amp;quot;&amp;quot; ,&amp;quot;&amp;quot;LiveOpsID&amp;quot;&amp;quot;, &amp;quot;&amp;quot;xxxx&amp;quot;&amp;quot; ,&amp;quot;&amp;quot;CallVariable&amp;quot;&amp;quot;, &amp;quot;&amp;quot;1&amp;quot;&amp;quot;)]&amp;quot;); excelApp.DDETerminate(nChannel); &lt;/p&gt;
&lt;p&gt;excelApp.Quit();&lt;/p&gt;
&lt;p&gt;&amp;nbsp;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to create office shape in clipboard</title><link>http://openxmldeveloper.org/thread/159384.aspx</link><pubDate>Sun, 12 Aug 2012 01:25:05 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:159384</guid><dc:creator>Dirk</dc:creator><slash:comments>2</slash:comments><comments>http://openxmldeveloper.org/thread/159384.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/159384/rss.aspx</wfw:commentRss><description>&lt;p&gt;I have an applicatin which need copy some shapes to office 2010. My solution about this feature is that convert my shapes to office&amp;#39;s shapes, and copy them to clipboard. I would not like to use VSTO and want to try use Open XML. So I want to know how to create open xml package by office&amp;#39;s shapes.&lt;/p&gt;
&lt;p&gt;Thanks in advance for anyone who can tell me some advices.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Custom UI Generator deletes excel macros - excel 2007</title><link>http://openxmldeveloper.org/thread/159373.aspx</link><pubDate>Mon, 06 Aug 2012 14:21:11 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:159373</guid><dc:creator>After8eighT</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/159373.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/159373/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello all,&lt;/p&gt;
&lt;p&gt;there&amp;#39;s a wired thing: when I add new groups to my excel-file in the customUI.xml with the &amp;quot;Custom UI Editor for Microsoft Office&amp;quot; &amp;nbsp;it deletes all existing VBA-macros within this excel-file.&lt;/p&gt;
&lt;p&gt;Is this normal? it&amp;#39;s quite anoying.....&lt;/p&gt;
&lt;p&gt;Greetings from Hamburg,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After8eighT&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>OpenXML SDK  - a link in MS Excel to open another MS Excel. how would the request be authenticated?</title><link>http://openxmldeveloper.org/thread/159252.aspx</link><pubDate>Thu, 28 Jun 2012 05:35:12 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:159252</guid><dc:creator>rijesh</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/159252.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/159252/rss.aspx</wfw:commentRss><description>&lt;p&gt;I understand that it is possible for a link in MS Excel to open another MS Excel using OpenXML. Need to create Hyperlinks object and append it to Worksheet object. Now would like to know how we can manage authentication of the new document that is opened.&lt;/p&gt;
&lt;p&gt;For Example: In web application, say one doc is already downloaded from server to browser, and user clicks on a link in that document which connects to another doc in the server.&lt;/p&gt;
&lt;p&gt;How this clicking on link request will be authenticated? Will that be taken care by browser or should we create a new session cookie for that and authenticate? In OpenXML is there anyway if this can be managed easily without the end user knowing how this takes place.&lt;/p&gt;
&lt;p&gt;Please share your thoughts on the request. Thanks alot for your help!&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Rijesh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Using the .Net Razor view engine with WordprocessingML</title><link>http://openxmldeveloper.org/thread/159154.aspx</link><pubDate>Wed, 13 Jun 2012 13:10:13 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:159154</guid><dc:creator>gineer</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/159154.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/159154/rss.aspx</wfw:commentRss><description>&lt;p&gt;I am fairly new to OpenXML and as such went through the Eric White&amp;#39;s videos. I was particularly interested by the Word ProcessingML Scenarios. In one of the examples (&lt;a href="http://www.youtube.com/watch?feature=player_embedded&amp;amp;v=XXkYRCytbv0#t=248s"&gt;http://www.youtube.com/watch?feature=player_embedded&amp;amp;v=XXkYRCytbv0#t=248s&lt;/a&gt;) he is using a document that conains xPath expressions inside content controls. These xPath expressions are then used during a mail merge app to fill the document with data.&lt;/p&gt;
&lt;p&gt;In one of our internal solutions we have written an application where XSL:FO is pushed through the .Net Razor engine to populate the data in the templates because this allows the full power of C# to be used in a clean syntax. I was wondering if anyone else has tried this or if anyone knows of some reason why this would not work.  &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Edit/Modify.doc(x) fields from asp.net form?</title><link>http://openxmldeveloper.org/thread/158694.aspx</link><pubDate>Wed, 18 Apr 2012 17:52:30 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:158694</guid><dc:creator>raronovici</dc:creator><slash:comments>3</slash:comments><comments>http://openxmldeveloper.org/thread/158694.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/158694/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello everyone!&lt;/p&gt;
&lt;p&gt;New to Open XML and I would like to know if this scenario is possible.&lt;/p&gt;
&lt;p&gt;On a web form (asp.net 3.5 or 4.0), I would like users to type in their first name, last name, phone number and etc., and submit those input values from the to replace/edit a word .doc(x) template on the server. At the same time, I want the user to be prompted to be able to save the document (with new values)&amp;nbsp;on their client-side.&lt;/p&gt;
&lt;p&gt;Is such a thing possible?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Opening and editing word document in a browser through asp.net</title><link>http://openxmldeveloper.org/thread/158423.aspx</link><pubDate>Tue, 21 Feb 2012 11:34:03 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:158423</guid><dc:creator>jpxgen</dc:creator><slash:comments>2</slash:comments><comments>http://openxmldeveloper.org/thread/158423.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/158423/rss.aspx</wfw:commentRss><description>&lt;p&gt;I have a requirement to develop an asp.net &amp;nbsp;web application that will open a word document in the browser and the user will be editing the document. On save of the document it should be pushed/uploaded to the server.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is there a way we can achieve this scenario using open xml?&lt;/p&gt;
&lt;p&gt;It will be great if anyone can throw few lights on how to achieve this.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;J.Prakash&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Read xml file based on combo box selections</title><link>http://openxmldeveloper.org/thread/158402.aspx</link><pubDate>Wed, 15 Feb 2012 13:41:43 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:158402</guid><dc:creator>WP50</dc:creator><slash:comments>1</slash:comments><comments>http://openxmldeveloper.org/thread/158402.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/158402/rss.aspx</wfw:commentRss><description>&lt;p&gt;I am trying to customize the file tab(backstage) in word 2010 with a addin. My xml file creates the tab, adds 2 combo boxes with all items in the drop down and 1 button all in 1 group in 1 column. Can anyone tell me how I can tell the button, when clicked to read a specific xml file located on a network share, and return the values in the xml file in group 2 based upon the values selected from the combo boxes??&lt;br /&gt;Here is my xml for the new tab&lt;span style="font-family:Times New Roman;font-size:small;"&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&amp;lt;?&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;xml&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;version&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;1.0&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;
&lt;/span&gt;&lt;span style="color:red;"&gt;encoding&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;utf-8&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; ?&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;customUI&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;xmlns&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;http://schemas.microsoft.com/office/2009/07/customui&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;  &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;backstage&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;    &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;tab&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;customTab&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;S + A Templates&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;insertAfterMso&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;TabInfo&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;      &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;firstColumn&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;        &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;group&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;customGroup&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;S+A Templates&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;          &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;primaryItem&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;            &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;button&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;btnButton&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;View Templates&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;imageMso&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;Folder&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;onAction&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;OnAction&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;          &lt;/span&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;primaryItem&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;          &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;topItems&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;            &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;layoutContainer&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;layoutTwo&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;layoutChildren&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;horizontal&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;              &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;comboBox&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;cboComboBox&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;Select City&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;                &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;item&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;item1&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;Toronto&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;                &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;item&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;item2&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;Ottawa&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;                &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;item&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;item3&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;Edmonton&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;                &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;item&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;item4&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;Burnaby&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;                &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;item&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;item5&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;Kelowna&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;                &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;item&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;item6&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;Victoria&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;              &lt;/span&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;comboBox&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;              &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;comboBox&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;cboComboBox2&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;template Type&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;                &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;item&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;item7&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;01-Proposal&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;                &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;item&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;item8&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;02-Project Admin&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;                &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;item&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;item9&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;03-Permit Docs&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;                &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;item&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;item10&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;04-Construction Admin&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;                &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;item&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;item11&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;05-Inter-Office&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;                &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;item&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;item12&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;06-Prime Consultant&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;                &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;item&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;item13&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;07-CheckLists&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;                &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;item&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;item14&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;08-FootPrint&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;                &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;item&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;item15&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;09-Test-Dont Use&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;              &lt;/span&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;comboBox&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;             &lt;/span&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;layoutContainer&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;          &lt;/span&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;topItems&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;        &lt;/span&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;group&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;        &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;group&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt; &lt;/span&gt;&lt;span style="color:red;font-family:Consolas;font-size:9.5pt;"&gt;id&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt;&amp;quot;&lt;span style="color:blue;"&gt;grpTwo&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;label&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;Available Templates&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;visible&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;        &lt;/span&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;group&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;      &lt;/span&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;firstColumn&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;    &lt;/span&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;tab&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&lt;span&gt;  &lt;/span&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;backstage&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin:0cm 0cm 0pt;line-height:normal;"&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;font-family:Consolas;font-size:9.5pt;"&gt;customUI&lt;/span&gt;&lt;span style="color:blue;font-family:Consolas;font-size:9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-family:Times New Roman;font-size:small;"&gt;
&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Adding a button with code to a new word 2007 document? </title><link>http://openxmldeveloper.org/thread/158301.aspx</link><pubDate>Thu, 19 Jan 2012 13:25:03 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:158301</guid><dc:creator>asaf_ok</dc:creator><slash:comments>1</slash:comments><comments>http://openxmldeveloper.org/thread/158301.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/158301/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I&amp;#39;ve created a new document using OpenXml in c# .net from visual studio 2010,&lt;/p&gt;
&lt;p&gt;i&amp;#39;ve used a code samples i got from opening an existing docx in the OpenXml SDK v2 and then use the &amp;quot;reflect code&amp;quot;&lt;/p&gt;
&lt;p&gt;option.&lt;/p&gt;
&lt;p&gt;after it worked i did the same thing with a &lt;strong&gt;docm &lt;/strong&gt;document that had a Button with VBA code attached to it that shows a Msg popup.&lt;/p&gt;
&lt;p&gt;the creation went well but i couldn&amp;#39;t open the new docm file for some resone...i can guess it code issues related.&lt;/p&gt;
&lt;p&gt;i have to say that a Onclick event i did was to duplicate an existing docm with a button and not create it from scratch.&lt;/p&gt;
&lt;p&gt;my final objective is to create a docx/m document with a build-in Button that Onclick save the Active document to an sql server db.&lt;/p&gt;
&lt;p&gt;what code do i need to use in the OpenXml code to insert the button so the End user will be able to open it and use the Button ??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Exporting worksheet to XML with Mapping Info</title><link>http://openxmldeveloper.org/thread/158041.aspx</link><pubDate>Wed, 16 Nov 2011 21:50:34 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:158041</guid><dc:creator>udi</dc:creator><slash:comments>1</slash:comments><comments>http://openxmldeveloper.org/thread/158041.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/158041/rss.aspx</wfw:commentRss><description>&lt;p&gt;I have a need to extract data from a spreadsheet to XML. I can easily do this manually in Office 2007 using the given Schema Map and Export functionality it provides, but how do I do this Export programmatically? &lt;/p&gt;
&lt;p&gt;Please assume I already have a sample workbook with some data, which includes my schema and the mapping of the columns already established. Now I now want to Export this data to an xml file or even better to an xml document in my code. &lt;/p&gt;
&lt;p&gt;I am currently opening the file with the following statement: &lt;/p&gt;
&lt;p&gt;string xlFile = @&amp;quot;C:\data\sample_alreadymapped.xlsx&amp;quot;&amp;nbsp;&amp;nbsp;&lt;br /&gt;DocumentFormat.OpenXml.Packaging.SpreadsheetDocument spreadSheetDocument&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp;DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(xlFile, true)&lt;/p&gt;
&lt;p&gt;Any help would be appreciated..... Thanks&lt;/p&gt;
&lt;div style="left:-10000px;overflow:hidden;width:1px;position:absolute;top:0px;height:1px;" id="_mcePaste" class="mcePaste"&gt;﻿&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Web RichTextEditor to create oxml-format</title><link>http://openxmldeveloper.org/thread/157910.aspx</link><pubDate>Tue, 18 Oct 2011 14:50:52 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:157910</guid><dc:creator>matthias_back</dc:creator><slash:comments>1</slash:comments><comments>http://openxmldeveloper.org/thread/157910.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/157910/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;we are using a web application in which we want to manage our quotes and our boiler plates (text modules) and the facts and figures of the quote.&lt;/p&gt;
&lt;p&gt;For printing we would create a word document based on a template.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We need a rich text editor, like the one of this forum, which creates no rich-text or xhtml, but ooxml!&lt;/p&gt;
&lt;p&gt;The functionality of the rich text editor is only:&lt;/p&gt;
&lt;p&gt;- Font&lt;/p&gt;
&lt;p&gt;- FontSize&lt;/p&gt;
&lt;p&gt;- Color&lt;/p&gt;
&lt;p&gt;- Bold, Italic, Underlined&lt;/p&gt;
&lt;p&gt;- Images&lt;/p&gt;
&lt;p&gt;Does anybody know such a webcomponent? Or any Idea to develop this?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for any hints!&lt;/p&gt;
&lt;p&gt;regards Matthias&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Excel becomes unreadable</title><link>http://openxmldeveloper.org/thread/157908.aspx</link><pubDate>Tue, 18 Oct 2011 08:31:54 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:157908</guid><dc:creator>Ruy.C</dc:creator><slash:comments>3</slash:comments><comments>http://openxmldeveloper.org/thread/157908.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/157908/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi there,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i&amp;#39;m trying to create an application to create excel files and insert data into it (in .Net with xml SDK 2.9). I&amp;#39;ve an a huge amount of data and so, when i insert data beyond cell Z (for example AA1) the file becomes unreadable.&lt;/p&gt;
&lt;p&gt;Did anyone have this problem before or knows how to solve it?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Tkx in advance!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Document assembly project</title><link>http://openxmldeveloper.org/thread/157759.aspx</link><pubDate>Wed, 21 Sep 2011 06:31:25 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:157759</guid><dc:creator>17ColBarber</dc:creator><slash:comments>3</slash:comments><comments>http://openxmldeveloper.org/thread/157759.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/157759/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;I&amp;#39;ve just joined, but I&amp;#39;ve been reading this forum for a while. I&amp;#39;ve learned a lot about OpenXML, but I feel I&amp;#39;ve only scratched the surface. I&amp;#39;m not really a coder, which is why I could use some help.&lt;/p&gt;
&lt;p&gt;For anyone who is interested, I have a project for a generic document assembly tool, which should be able to do the following:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Retrieve data from SQL via LINQ and write this data to Excel&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Write data from Excel back to SQL&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Retrieve custom XML from Excel and write it to Word&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Retrieve charts from Excel and write them to Word&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Retrieve custom XML from Word and write it to an XML file&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Remove comments and personal information from Word documents (clean-up)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Concatenate Word documents using DocumentBuilder 2.0&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Generate a PDF from a Word document&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SFTP documents to a webserver&lt;br /&gt;&lt;br /&gt;I have drafted a detailed spec and also found bits of code for most of these tasks, thanks to Eric White, Brian Jones &amp;amp; Zeyad Rajabi, and others. I&amp;#39;ve even made a start with a project, but I really don&amp;#39;t know enough C# to make it all come together. I&amp;rsquo;m therefore looking for someone with experience in C#, OpenXML, LINQ and ideally Sharepoint/ECS to put it all together properly.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve posted the project on &lt;a title="vWorker" href="http://www.vworker.com/RentACoder/misc/BidRequests/ShowBidRequest.asp?lngBidRequestId=1742861"&gt;vWorker&lt;/a&gt;, but feel free to send me a message here if you&amp;#39;re interested.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;J.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Using OpenXML to export to Word from SharePoint 2010</title><link>http://openxmldeveloper.org/thread/157746.aspx</link><pubDate>Sun, 18 Sep 2011 08:45:25 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:157746</guid><dc:creator>arc95</dc:creator><slash:comments>3</slash:comments><comments>http://openxmldeveloper.org/thread/157746.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/22/t/157746/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi.I need to add the ability in SharePoint 2010&amp;#39;s lists to export to Word 2010 using the OpenXML technologies. &lt;/p&gt;
&lt;p&gt;Can you point me to an article that explain this scenario or similar situation? Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>