About 8,670 results
Open links in new tab
  1. Open XML 2.0 bookmarks / formfields, how to update them

    Nov 10, 2010 · Using the Open XML SDK I can identify all the bookmarks using the IEnumerable<BookmarkStart> easy enough, but actually inserting text or other objects …

  2. Merge Rich Text ( HTML ) to Word Document Content Control using …

    Jun 12, 2014 · The Open XML SDK has no support for conversions - the Word UI does. You either need to 1. Write your own converter 2. License a third-party tool that can do the conversion for you 3. …

  3. DOCX Parser - social.msdn.microsoft.com

    Sep 29, 2013 · The tools package contains the Open XML SDK v2.5 Productivity Tool for Office and the hyperlink to documentation for the Open XML SDK 2.5. The Open XML SDK 2.5 Productivity Tool for …

  4. ofc.exe does not work anymore - social.msdn.microsoft.com

    Oct 13, 2009 · Thanks for asking ,but this forum is focusing on sharing knowledge and resolving problems related to OpenXml SDK and OpenXml file format. Your question is out of the scope of this …

  5. How to set database connection for OpenXML QueryTable connection

    Aug 31, 2012 · You can take a look at this page to see whether it can help you or not. It's mainly about Using Open XML SDK to create Spreadsheet with data from SQL Database.

  6. Add Footer only to last page of the word document using open XML …

    Feb 25, 2016 · I am new to OPEN XML SDK 2.5 using C#. I created a doc with a table in it and the contents in the table may go more than 500 rows. So the document may have multiple pages. I have …

  7. How to create a combination pivot chart using open XML with C#

    Oct 30, 2018 · We have created a bar chart using below code, we were able to get a pivot chart with stocked column.

  8. How to modify an Excel document from outside

    May 6, 2014 · Another way we can modify the spreadsheet is using Open XML. The link below show some examples working with spreadsheet documents using the Open XML SDK 2.5 for Office.

  9. Cannot install Redistributable Primary Interop Assemblies

    Aug 13, 2014 · This is the recommended and supported method for handling changes to Office files from a service. You can read more about this way in the Welcome to the Open XML SDK 2.5 for Office …

  10. Open Xml Custom property - social.msdn.microsoft.com

    Jun 1, 2011 · How to add custom property or edit existing custom property value to/in an existing word document using open XML?