Top "Openxml-sdk" questions

The Open XML SDK for Microsoft Office is built on top of the System.

What indicates an Office Open XML Cell contains a Date/Time value?

I'm reading an .xlsx file using the Office Open XML SDK and am confused about reading Date/Time values. One …

excel openxml openxml-sdk
How to retrieve Tab names from excel sheet using OpenXML

I have a spreadsheet document that has 182 columns in it. I need to place the spreadsheet data into a data …

c# .net excel openxml openxml-sdk
OpenXML: Auto Size column width in Excel

I have written a code to generate Excel file using OpenXML. Below is the code which generates the Columns in …

c# openxml openxml-sdk
Add Header and Footer to an existing empty word document with OpenXML SDK 2.0

I'm trying to add a Header and Footer to an empty word document. I use this code to add Header …

c# header ms-word footer openxml-sdk
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
OpenXML SDK having borders for cell

I have the following code that adds a cell with values and data-type for that cell in OpenXML SDK: Cell …

c# 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
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