How do I get de original text paragraph before any change, delete or Insert
Hy GuysI have the word document and it´s have the change control activate.The original paragraph text before changes is: "O vídeo fornece uma maneira poderosa de ajudá-lo a provar seu argumento. Ao...
View Articleerror MSB4044: The "GetAssemblyVersion" task was not given a value for the...
Hi,After download the source code from GitHub, I got an error when I build the solution:C:\Program...
View ArticleHow to save a .xltm file to .xlsm with OpenXML?
Ive been using the OpenXmlPackage.SaveAs to save my template files in to excel (.xltx to .xlsx) and it works fine. When it comes to a macro enabled .xltm the file gets corrupt when saving to .xlsm I...
View ArticleSearch and replace in sharedStrings
Im trying to perform a search and replace for my keywords in sharedStrings. This is what i have come up with so far. I cant find the way to update the value.using (FileStream fs = new...
View ArticleReplacing text and values in Excel spreadsheet
HiWe have created a text replacement webb service för Word documents and Excel spreadsheets. Regarding text it works fine.Now, we want to increase the capability to handle numeric values in Excel...
View ArticleHTML pages to Word
Hi everybody. I am ambitious to convert the format from html to word. I do not want to use the built-in HTML format such as writing on sublime text or dreamweaver that I want from a web page to...
View ArticleConnecting to OPEN XML Format SDK from Powerbuilder
I am trying to connect to the Open XML Format SDK from PowerBuilder. Does anyone know the programmatic identifier or class ID that identifies Excel? I have tried these variants, but none of them is...
View ArticleDoes it support in windows 10?
I am using this for creating spreadsheet in Windows 10 OS, MS office not installed.Where MS office installed on Windows 10 not getting error. I am getting error, Retrieving the COM class factory for...
View Articlepopulating Pivot chart using Open xml sdk
I am looking for some guidance on how to populate a pivot chart in an excel template using open xml sdk. There is barely any code sample I could find on msdn on the usage and the only documentation I...
View ArticleWordprocessingDocument.SaveAs(Stream)
Is there any way with a WordprocessingDocument (or Package) to have it write the DOCX/XLSX/PPTX file out to a Stream?thanks - daveWindward Reports - World's Greatest SharePoint Reporting & DocGen
View ArticleConverting large docx to html file (size : near 50MB ) is taking a lot of...
Hi Team,We have a requirement where we are trying to convert a large docx file (size 50 MB) to html using open XML SDK. The conversion process is taking a lot of time something near about 10 minutes....
View ArticleWhich Azure storage is best for reading and changing office documents
I will create a system that will upload office documents (docx, xlsx, pptx, vsdx) to azure.An azure function will process the files using the "Open XML Format SDK" with .NET core (2.2 or 3.0) Should I...
View ArticleHow can I add a comment to excel cell in Open XML? I am using .net Core...
How can I add a comment to excel cell in Open XML? I am using .net Core application.
View ArticlePPT TO H5
I want to transfer PPT to H5, but I don't know if the SDK is suitable for explain about the whole PPT.
View ArticleLooking to lock parts of Word document (tables/cells)
I know how to apply certain locks to shapes/images in a PowerPoint presentation, but I now need to be able to lock cells in a table in a Word document.Is there any locking or protections that are...
View ArticleMoving a Line and a Textbox shape
HiWe have a Word template with various parts which we dynamically fill with data using a WebService and Open XML.In some scenarios we need to horisontally move object when some other object has been...
View ArticleXLSX file is corrupt
This isn't quite production code, but trying to work through the examples to have something usable.This generates a file to save with an xlsx extension. It opens in open office, but excel provides an...
View ArticleRemoving Spacing in Tables and Paragraphs
Hi I'm trying to remove spacing in a Doc I'm producing with Open XML which has complex table structures. No matter what I do, my "No spacing" style applies 10pt spacing and Multiple line spacing at...
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 Article