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.

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
Opening excel file prompts a message box "content recovery of the workbook"

While I'm trying to open excel file a message box is prompting like "We found a problem with some content …

excel openxml
Where to find Office 2007/2010/2013 Open XML Schemas

I am looking to pull together all of the XML schemas that Office 2007/2010/2013 documents abide by. I have found a …

xsd ms-office openxml
How do you change the content of a content control in Word 2007 with OpenXml SDK 2.0?

About to go mad with this problem. I'm sure it's so simple I'm just missing it, but I cannot for …

openxml word-2007
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
Download EXCEL file from ASP.NET page without Generating physical file on server (On The Fly)

I am trying to export C# DataTable to EXCEL file on the fly (without creating physical file) using Microsoft Office …

c# asp.net openxml office-interop openxml-sdk
How do you display a formatted Word Doc in HTML/PHP?

What is the best way to display a formatted Word Doc in HTML/PHP? Here is the code I currently …

php ms-word openxml doc
Add HTML String to OpenXML (*.docx) Document

I am trying to use Microsoft's OpenXML 2.5 library to create a OpenXML document. Everything works great, until I try to …

c# openxml openxml-sdk
Create Merge Cells using OpenXML

Please consider this Excel: and it's XML: I want to create such this Excel that has multiple merged cells using …

c# excel c#-4.0 openxml openxml-sdk