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.

Change font color in OpenXML word document (C#)

I've been searching for hours and I just can't seem to find a solid answer for this. I have an …

c# openxml
ClosedXML add image

I am able to add in an image to an excel spreadsheet by using OpenXML. However for the rest of …

image cell add openxml closedxml
Inserting new rows and moving exsisting ones with OpenXML SDK 2.0

I'm using OpenXML SDK 2.0 to add data to the spreadsheet template but I ran into a problem (since I've been …

c# asp.net excel openxml openxml-sdk
OpenXML 2 SDK - Word document - Create bulleted list programmatically

Using the OpenXML SDK, 2.0 CTP, I am trying to programmatically create a Word document. In my document I have to …

ms-word openxml docx bulletedlist
How to create *.docx files from a template in C#

I have a working ASP.NET MVC web application to manage projects and customers. Now I want to generate a …

c# .net ms-word openxml docx
How to generate Table Of Contents using OpenXML SDK 2.0?

Using the SDK I'm building Word documents that contain reports. These documents need to have TOC. Does anybody have a …

.net openxml openxml-sdk
Using OpenXmlReader

I hate to resort to StackOverflow for something so (seemingly) basic, but I've been fighting with Microsoft for the last …

c# openxml openxml-sdk
C# OPENXML XLSX Custom Column width

C# newbie here! I need to create a small console application to convert CSV files into XLSX files. I have …

c# openxml xlsx
Generating docx file from HTML file using OpenXML

I'm using this method for generating docx file: public static void CreateDocument(string documentFileName, string text) { using (WordprocessingDocument wordDoc = WordprocessingDocument.…

c# openxml docx sql-server-openxml
Open XML SDK 2.0 to get access to excel 2010 worksheet by name

I have an Excel 2010 spreadsheet that has 3 worksheets named Sheet1, Sheet2 and Sheet3. I'm trying to get a reference to …

c# openxml openxml-sdk excel-2010