The Open XML SDK for Microsoft Office is built on top of the System.
I use OpenXml to create Word document with simple text and some tables under this text. How can I force …
c# .net openxml openxml-sdkI'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-sdkI 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-sdkI have an Excel 2007 spreadsheet that I edit with the OpenXML SDK 2. I remove some rows etc. I would like …
c# excel openxml-sdkI 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-sdkIs it possible to create and edit an excel document using OpenXML SDK without creating a local file? As per …
c# excel openxml openxml-sdkI 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-sdkI 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-sdkI 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-sdkI'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