How to Range.ListFormat.ConvertNumbersToText() using OpenXML SDK?
Is there any option to Range.ListFormat.ConvertNumbersToText() using OpenXML SDK without using word interop.Selvam S
View ArticleOpenXml manipulate bulleted word document
I have an existing bulleted line in a word document like this:- Condition1I would like to add text on the next line with the same bullet like so:- Condition1- Condition2 etc.I am currently using C# and...
View ArticleQuestions about the Out of Memory issue
When processing an Excel file with many rows and columns using ClosedXML that uses the OpenXML SDK, an "Out Of Memory Exception" error occurs. Also, I saw the description on the following Web page that...
View ArticleHow to Retrieve/Read Image binary data from ImagePart
Hi,I have a situation where that I need to extract added Images from Word 2010 files. Basically what I have tried was,1. Find 'Blip' object from word document using SDK (This step is must acording to...
View ArticleSave all presentation slides as jpeg
Hi all,I would like to create jpg files of all slides in a presentation using the open XML SDK in .NET. Please guide me.I would like iterate through the slides and save them as slide0.jpg, slide1.jpg...
View Articleproblem in accept revision
we are facing issue in word document related to table margin of the word document after accepting changes.problem with the formulas : formula gets shift
View ArticleDeleting Content Controls from the Word Document in docx file
Hi everyone. I'm trying to get read of the Content Controls in input docx files. Have a method to find and Delete them (below). With it I was able to find them but when I do SdtRun.Remove() nothing...
View ArticleAutoFilter and SortState/SortCondition...sorting does not take when open the...
I have built my XLSX file in Excel. Everything works wonderfully.I open my file...and I have my Filters in place. Mind you...I am not actually filtering on anything...I just have it in place for the...
View Article