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.

Create page break using OpenXml

I use OpenXml to create Word document with simple text and some tables under this text. How can I force …

c# .net openxml openxml-sdk
Excel 2003 XML format - AutoFitWidth not working

I have a program that spits out an Excel workbook in Excel 2003 XML format. It works fine with one problem, …

xml excel openxml
How to insert a date to an Open XML worksheet?

I'm using Microsoft Open XML SDK 2 and I'm having a really hard time inserting a date into a cell. I …

c# excel openxml openxml-sdk
What are the differences between the EPPlus and ClosedXML libraries for working with OpenXML?

I'm trying to choose between ClosedXML, EPPlus, and possibly SpreadsheetLight. What reasons might I consider for picking one over the …

.net openxml office-2007 closedxml
Reading a date from xlsx using open xml sdk

I have a date in format "4/5/2011" (month/day/year) in a xlsx file in one of the cells. Im trying …

c# date datetime openxml openxml-sdk
Creating custom column widths in OpenXML (excel)

I am new to OpenXML (v. 2.5), and I can create rows and cells, but I need to be able to …

c# excel openxml openxml-sdk
Saving Word DOCX files as PDF

I'm using openxml to create Word DOCX files. I'd like to save these documents once they are created as PDF …

c# .net pdf openxml docx
Duplicating Word document using OpenXml and C#

I am using Word and OpenXml to provide mail merge functionality in a C# ASP.NET web application: 1) A document …

c# ms-word openxml
Saving an OpenXML Document (Word) generated from a template

I have a bit of code that will open a Word 2007 (docx) document and update the appropriate CustomXmlPart (thus updating …

c# ms-word openxml
How to create Excel file using OpenXML without creating a local file?

Is it possible to create and edit an excel document using OpenXML SDK without creating a local file? As per …

c# excel openxml openxml-sdk