python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Wrap image in word document using OpenXml SDK
Is there a way to add a new text wrapping type to an image (for example set the wrap option of the image as "Tight") in a word document using OpenXml SDK where the wrap option of the image i...
vader1212
Votes: 0
Answers: 0
Reading data in a SpreadsheetDocument from MemoryStream
I have a page on my site where a user can upload a XLSX spreadsheet. This is a .NET Core web application using the DocumentFormat.OpenXml (2.15.0) NuGet package.
I'm trying to read through each row in...
Steven
Votes: 0
Answers: 1
Remove all unused Slide Layout from my Master Slide from Powerpoint Presentation using OpenXML SDK
I'm currently working on editing my existing PowerPoint file (.pptx) using OpenXML SDK.
Can I know how to remove all unused (unlinked) Slide Layouts from my PowerPoint presentation?
The reason for thi...
user2672399
Votes: 0
Answers: 1
Update all external references within pptx structure
I need to update charts within a PPTX file by modifying a referenced excel source file.
My attempt is to modify the excel source file and then updating all external chart references of the pptx:
us...
Felix Leontyev
Votes: 0
Answers: 1