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.

What is the difference between CellValues.InlineString and CellValues.String in OpenXML?

I am trying to write some code to generate an Excel spreadsheet and I am not sure what the difference …

c# openxml openxml-sdk
Reading .Doc File using DocumentFormat.OpenXml dll

When I am trying to read .doc file using DocumentFormat.OpenXml dll its giving error as "File contains corrupted data." …

c# ms-word openxml openxml-sdk
openXML spreadsheetdocument return byte array for MVC file download

I'm trying to return a openXML spreadsheetdocument as a byte[] which I can then use to allow my MVC to …

c# asp.net-mvc asp.net-mvc-4 openxml openxml-sdk
Formula to convert .NET pixels to Excel width in OpenXML format

I have spent many hours trying to determine a formula to convert .NET pixels to an Excel column width using …

c# openxml
Simplify/ Clean up XML of a DOCX word document

I have a Microsoft Word Document (docx) and I use Open XML SDK 2.0 Productivity Tool to generate C# code from …

c# xml ms-word openxml openxml-sdk
How to get cell value with applied formatting (formatted cell value) with OpenXML SDK

I've been googling and searching on the site for the answer, but I couldn't find a solution - everywhere people …

c# .net openxml openxml-sdk
Convert HTML code to doc using PHP and PHPWord

I am using PHPWord to load a docx template and replace tags like {test}. This is working perfectly fine. But …

php html openxml phpword
How to extract plain text from a DOCX file using the new OOXML support in Apache POI 3.5?

On September 28, 2009 the Apache POI project released version 3.5 which officially supports the OOXML formats introduced in Office 2007, like DOCX and …

docx apache-poi openxml xlsx
Excel found unreadable content in *.xlsx

I am working on generating an excel template from code. When I run the piece to create my WorkBook, I …

c# excel ms-office openxml openxml-sdk
How to insert line break within OPENXML spreadsheet cell?

I'm currently using something like this to insert inline string in a cell : new Cell() { CellReference = "E2", StyleIndex = (UInt32Value)4…

c# cell openxml spreadsheet line-breaks