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.

Creating Excel document with OpenXml sdk 2.0

I have created an Excel document using OpenXml SDK 2.0, now I have to style It, but I can`t. I …

c# excel openxml spreadsheetml
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
How do I read data from a spreadsheet using the OpenXML Format SDK?

I need to read data from a single worksheet in an Excel 2007 workbook using the Open XML SDK 2.0. I have …

excel openxml spreadsheetml
Inserting Image into DocX using OpenXML and setting the size

I am using OpenXML to insert an image into my document. The code provided by Microsoft works, but makes the …

c# image openxml docx
How to replace content in template docx document and Open XML SDK 2.0 (Aug 09)?

I have a "template" docx document which contains the desired layout, and wish to insert content using C#, but I …

c# openxml docx
Replace Text in Word document using Open Xml

I have created a docx file from a word template, now I am accessing the copied docx file and want …

templates c#-4.0 openxml
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
How to read the xls and xlsx files using c#

How to read the xls and xlsx files using c# with OpenXML format Without using the OLEDB connection. I am …

c# openxml xls
Add a row to an existing table in a Word Document (open XML)

I need to open an existing Word document (.docx) with an existing table (with, for example, 3 columns) and add a …

c# ms-word openxml
Extracting data from XML using OpenXML in SQL Server

I have a xml which I want it to be extracted using OpenXML within SQL Server Here is the sample …

sql sql-server tsql openxml xml-nil