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.
I am trying to write some code to generate an Excel spreadsheet and I am not sure what the difference …
c# openxml openxml-sdkWhen I am trying to read .doc file using DocumentFormat.OpenXml dll its giving error as "File contains corrupted data." …
c# ms-word openxml openxml-sdkI'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-sdkI have spent many hours trying to determine a formula to convert .NET pixels to an Excel column width using …
c# openxmlI 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-sdkI've been googling and searching on the site for the answer, but I couldn't find a solution - everywhere people …
c# .net openxml openxml-sdkOn 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 xlsxI 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-sdkI'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