Top "Openxml-sdk" questions

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

Create page break using OpenXml

I use OpenXml to create Word document with simple text and some tables under this text. How can I force …

c# .net openxml openxml-sdk
How to insert a date to an Open XML worksheet?

I'm using Microsoft Open XML SDK 2 and I'm having a really hard time inserting a date into a cell. I …

c# excel openxml openxml-sdk
Reading a date from xlsx using open xml sdk

I have a date in format "4/5/2011" (month/day/year) in a xlsx file in one of the cells. Im trying …

c# date datetime openxml openxml-sdk
openxml spreadsheat save-as

I have an Excel 2007 spreadsheet that I edit with the OpenXML SDK 2. I remove some rows etc. I would like …

c# excel openxml-sdk
Creating custom column widths in OpenXML (excel)

I am new to OpenXML (v. 2.5), and I can create rows and cells, but I need to be able to …

c# excel openxml openxml-sdk
How to create Excel file using OpenXML without creating a local file?

Is it possible to create and edit an excel document using OpenXML SDK without creating a local file? As per …

c# excel openxml openxml-sdk
create word document with Open XML

I am creating a sample handler to generate simple Word document. This document will contains the text Hello world This …

c# asp.net ms-word openxml openxml-sdk
OpenXML replace text in all document

I have the piece of code below. I'd like replace the text "Text1" by "NewText", that's work. But when I …

c# .net ms-word openxml openxml-sdk
Getting cell-backgroundcolor in Excel with Open XML 2.0

I am trying to get the backgroundcolor of a cell in a excel-spreadsheet. I am using Open XML 2.0 SDK and …

c# excel .net-4.0 openxml-sdk
OpenXML add new row to existing Excel file

I've got lots of XLSX files and I need to append a new row after the last one in the …

c# .net vb.net openxml openxml-sdk