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.

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
Cell styles in OpenXML spreadsheet (SpreadsheetML)

I've generated a .xlsx spreadsheet in C# using the OpenXML SDK, but can't figure out how to get cell styles …

c# excel openxml spreadsheetml
How can a Word document be created in C#?

I have a project where I would like to generate a report export in MS Word format. The report will …

c# .net ms-word openxml
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
OpenXml and Date format in Excel cell

I am trying to create an Excel file in xlsx format using OpenXML because I need to use that on …

c# excel-2007 openxml
Set custom BackgroundColor of a Excel sheet cell using epplus c#

The problem: I am using EEPlus. I am stuck at applying a hex color code, e.g. #B7DEE8, for …

c# openxml epplus
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
Save Open XML as PDF

As part of an investigation into enterprise level server side document generation I have come across Open XML. For those …

pdf-generation openxml
Repaired Records : Cell information from worksheet created from scratch

I'm receiving an error when opening my OpenXML created spreadsheet. The error is as follows. Repaired Records: Cell information from /…

c# excel xml openxml
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