Top "Openxml-sdk" questions

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

Optimal way to Read an Excel file (.xls/.xlsx)

I know that there are different ways to read an Excel file: Iterop Oledb Open Xml SDK Compatibility is not …

c# excel oledb openxml-sdk excel-interop
Export DataTable to Excel with Open Xml SDK in c#

Sorry for my english please. I'm new in open xml sdk. My program have ability to export some data and …

c# excel openxml openxml-sdk
How to include the reference of DocumentFormat.OpenXml.dll on Mono2.10?

I am using C#.net Windows Desktop Application.I want to run these application with other platform also. So, i …

c# mono openxml-sdk moma
open xml reading from excel file

I want to implement openXml sdk 2.5 into my project. I do everything in this link using DocumentFormat.OpenXml; using DocumentFormat.…

c# excel openxml-sdk
open xml excel read cell value

I am using the Open XML SDK to open an Excel xlsx file and I try to read the cellvalue …

c# openxml openxml-sdk
From Excel to DataTable in C# with Open XML

I'm using Visual Studio 2008 and I need create a DataTable from a Excel Sheet using the Open XML SDK 2.0. I …

c# openxml openxml-sdk import-from-excel
Applying % number format to a cell value using OpenXML

I want to apply the % (percentage) number format using open XML C# I have numeric value 3.6 that I want to …

c# openxml openxml-sdk
Replace bookmark text in Word file using Open XML SDK

I assume v2.0 is better... they have some nice "how to:..." examples but bookmarks don't seem to act as obviously …

c# ms-word openxml openxml-sdk
Save modified WordprocessingDocument to new file

I'm attempting to open a Word document, change some text and then save the changes to a new document. I …

c# openxml openxml-sdk office-2007
reading Excel Open XML is ignoring blank cells

I am using the accepted solution here to convert an excel sheet into a datatable. This works fine if I …

excel datatable openxml openxml-sdk