Top "Openxml-sdk" questions

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

How to insert image into header of OpenXML Word document?

My OpenXML Word document generation project requires text, tables, and images. But first, I need a document header with a …

c# image insert openxml openxml-sdk
Excel "Refresh All" with OpenXML

I have an excel 2007 file (OpenXML format) with a connection to an xml file. This connection generates an excel table …

excel-2007 openxml office-2007 openxml-sdk
cannot preserve space between runs

i want to generate a word document as an input i have this string "open packaging conventions" and each word …

space openxml-sdk wordprocessingml
.NET OpenXML performance issues

I am attempting to write out an Excel file from an ASP.NET web server using OpenXML. I have about 2100 …

c# .net asp.net-mvc-3 openxml openxml-sdk
OpenXML sdk Modify a sheet in my Excel document

I create an empty template in excel. I would like to open the template and edit the document but I …

openxml openxml-sdk worksheet
Excel and "unreadable content" when creating an Open XML spreadsheet with MemoryStream

When creating an Excel spreadsheet using the Open XML SDK v2.0, our Excel output initially worked successfully for a number …

xml excel openxml openxml-sdk memorystream
OpenXML SDK Spreadsheet starter kits

I am trying to start working with Excel documents through the OpenXML SDK Spreadsheet API. But I haven't found any …

excel sdk openxml openxml-sdk spreadsheetml
How to split table to new PowerPoint slide when content flows off current slide using Open XML SDK 2.0

I have a bunch of data that I need to export from a website to a PowerPoint presentation and have …

openxml openxml-sdk presentationml
OpenXml Cannot open package because FileMode or FileAccess value is not valid for the stream

The stream comes from an html form via ajax var jqXHR = data.submit(); public static GetWordPlainText(Stream readStream,string filePath) { …

c# openxml openxml-sdk
How to insert text into a content control with the Open XML SDK

I'm trying to develop a solution which takes the input from a ASP.Net Web Page and Embed the input …

c# asp.net openxml openxml-sdk