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.

Set text align to center in an Excel document using OpenXML with C#

I have a document that my asp.net page is creating and I need to align the text of certain …

c# excel openxml export-to-excel
Interop.Word Documents.Open is null

I am trying to open .docx file and convert to PDF using Interop.Word.Application. It works as console application …

c# asp.net ms-word asp.net-4.0 openxml
Merge multiple word documents into one Open Xml

I have around 10 word documents which I generate using open xml and other stuff. Now I would like to create …

c# merge openxml docx openxml-sdk
Beginner sample codes for the Open XML SDK?

I recently started working on the Open XML SDK 2.0. I would like to know if there is any better documentation (…

ms-office openxml openxml-sdk
Replace image in word doc using OpenXML

Following on from my last question here OpenXML looks like it probably does exactly what I want, but the documentation …

.net ms-word openxml
Append multiple DOCX files together

I need to use C# programatically to append several preexisting docx files into a single, long docx file - including …

c# openxml docx
Get the Column Index of a Cell in Excel using OpenXML C#

I've been looking around for a while now and cannot seem to find out how to do this. I've got …

c# excel openxml
C# Open XML 2.0 NumberFormatId range

Working with Open XML 2.0 using c# to parse large excel files. Issue I'm running into is the cell I'm parsing …

c# openxml openxml-sdk
how can I change the font open xml

How can I change the font family of the document via OpenXml ? I tried some ways but, when I open …

c# openxml openxml-sdk