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.
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-excelI have an XML file with the data that I need to be populated on a Word document. I need …
c# xml ms-word openxml openxml-sdkI 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 openxmlI 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-sdkI 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-sdkFollowing on from my last question here OpenXML looks like it probably does exactly what I want, but the documentation …
.net ms-word openxmlI need to use C# programatically to append several preexisting docx files into a single, long docx file - including …
c# openxml docxI've been looking around for a while now and cannot seem to find out how to do this. I've got …
c# excel openxmlWorking 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-sdkHow can I change the font family of the document via OpenXml ? I tried some ways but, when I open …
c# openxml openxml-sdk