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 use OpenXml to create Word document with simple text and some tables under this text. How can I force …
c# .net openxml openxml-sdkI have a program that spits out an Excel workbook in Excel 2003 XML format. It works fine with one problem, …
xml excel openxmlI'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-sdkI'm trying to choose between ClosedXML, EPPlus, and possibly SpreadsheetLight. What reasons might I consider for picking one over the …
.net openxml office-2007 closedxmlI 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-sdkI 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-sdkI am using Word and OpenXml to provide mail merge functionality in a C# ASP.NET web application: 1) A document …
c# ms-word openxmlI have a bit of code that will open a Word 2007 (docx) document and update the appropriate CustomXmlPart (thus updating …
c# ms-word openxmlIs it possible to create and edit an excel document using OpenXML SDK without creating a local file? As per …
c# excel openxml openxml-sdk