Top "Openxml" questions

Questions regarding reading and writing of Microsoft Office Open XML files either through direct manipulation of the XML files contained in a zip package or through the Microsoft Office Open XML SDK.

Link to Microsoft Open XML SDK tutorials

Anyone know any link to a good Microsoft Open XML tutorials?

openxml openxml-sdk
C# openxml removal of paragraph

I am trying to remove paragraph (I'm using some placeholder text to do generation from docx template-like file) from .docx …

c# openxml
How to insert image into header of OpenXML Word document?

My OpenXML Word document generation project requires text, tables, and images. But first, I need a document header with a …

c# image insert openxml openxml-sdk
Excel "Refresh All" with OpenXML

I have an excel 2007 file (OpenXML format) with a connection to an xml file. This connection generates an excel table …

excel-2007 openxml office-2007 openxml-sdk
Get a CheckBox in Word using OpenXML

How does one get a handle to a CheckBox control that's embedded in a Word document using OpenXML? You would …

c# openxml office-2010 wordprocessingml
OLE DB vs OPEN XML SDK vs Excel.interop

I need to read XLSX files and extract a maximum amount of content from it. Which of the API's should …

c# oledb openxml
Conditional formatting color gradient with hard stops

I have a column of data in an Excel sheet which has positive and negative values. What I want to …

excel formatting conditional openxml
Inserting text after a bookmark in openxml

I am looking for a way to insert some text after a bookmark in a word doc using openxml. So …

c# ms-word openxml word-automation
Password protect Open XML Wordprocessing Document

I need to add basic password protection to an Open XML Wordprocessing document. I can either use the COM interface, …

c# ms-word openxml protection password-protection