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.

How to replace an Paragraph's text using OpenXML Sdk

I am parsing some Openxml word documents using the .Net OpenXml SDK 2.0. I need to replace certain sentences with other …

c# .net openxml openxml-sdk
How can I create multistyled cell with EPPlus library for Excel

I use EPPlus for Excel file generation. I mean I need to convert HTML text (bold, italic, font color, name, …

c# excel openxml epplus
Excel add data to WorksheetPart in code behind

Hello guys I am creating an Excel file with 3 worksheets in the following code. using (SpreadsheetDocument spreadSheet = SpreadsheetDocument.Create(path + @"\…

c# .net excel openxml openxml-sdk
How to get format type of cell using c# in spreadsheetlight

I am using spreadsheetlight library to read Excel sheet(.xslx) values using c#. I can read the cell value using …

c# excel openxml spreadsheetlight
Replacing Content Controls in OpenXML

I need something as a placeholder. I at first looked to Content Control as a solution but I'm having some …

c# ms-word openxml openxml-sdk word-contentcontrol
Convert XLSM to XLSX

I'm using the EPPLUS library to read data from Excel to create another file. Unfortunately it does not support the .…

c# openxml xlsx epplus xlsm
Open XML - How to add a watermark to a docx document

I'm trying to take an existing document and if a header doesn't exist, create one, and then add a watermark …

c# .net openxml
How to group rows/columns in EPPlus

Is there a way to achieve this in EPPlus? Only thing I could find on the internet is grouping specific …

c# excel openxml epplus
Replacing in inner Text in open xml element?

I'm using open xml SDK 2.0 and i'm kind off new to this. I have actually created a quickpart (containg content …

controls openxml openxml-sdk innertext
Export big amount of data from XLSX - OutOfMemoryException

I am approaching to export a big amount of data (115.000 rows x 30 columnd) in Excel OpenXML Format (xlsx). I am …

.net openxml xlsx closedxml