embedding object (jepg, png and pdf etc) in word document by openXML.
Hi All, In Open XML, there are basically 2 different classes provided to embed any file or object in Open XML Document. EmbeddedPackagePart EmbeddedObjectPart...
View Articlespace inside Internal hyperlink fieldcode text
Hello, We have a application where we have to count the length of the fieldcode text in word document for which we are counting the text inside the InstrText tag which is working fine so far. But we...
View ArticleWrite with position
Hi,Further to this thread, is there any demonstration to also put RowID, ColumnID, to InsertText event?Many Thanks & Best Regards, Hua Min
View ArticleCreating an Excel File-Making first line bold not working.
Hello,I'm new to Open XML.I'm trying to create an Excel file using a text input file.I'm just trying to Bold the top row, but I don't seem to be having any success using a stylesheet.Using VB.NETMy...
View ArticleOpenXML - Unable to find the .glox file to create custom Smart Art for MS...
Hi ,I want to create custom Smart Art for PowerPoint 2013.Got the OpenXMLEditor Extension for Visual Studio installed to serve the purpose. To customize it a .glox file is required as mentioned in...
View ArticleContinuous list numbering issue in Doc
Hi, we have a document where it's listnum is continuously incrementing in the next page as well though it should not. is there a solution for this? Thanks, Manohar
View ArticleBetter way to work with XML file
Hi, Further to this thread, it is slow to use InsertText to each time write to one cell with values. Must we ensure we each time do write to one whole Excel row to have better performance, for writing...
View ArticleSlow process
Hi, Further to this, as I'm using the same codes to write Excel file, one problem is, it is still slow to write to relevant Excel file. Any advice to this?Many Thanks & Best Regards, Hua Min
View ArticleProductivity Tool usability
The Open XML SDK 2.5 Productivity Tool does some amazing things for me, but it would be even better if there could be some way to automatically fill in the Browse Files to Compare dialog box, such as...
View ArticleHow to show data and graph in Power Point Slides by OpenXML library
is it possible to show data and graph in Power Point Slides by OpenXML library ?in each slide there will be two set of data and their corresponding graph. i may have 2/3 slides which will be showing...
View ArticleProductivity Tool usability
The Open XML SDK 2.5 Productivity Tool does some amazing things for me, but it would be even better if there could be some way to automatically fill in the Browse Files to Compare dialog box, such as...
View ArticleFinding the enumeration of a paragraph
Hello together,I have a rather tricky problem. I need to find the enumeration symbol in front of a paragraph, like1) This is the first line2) this is the second lineIn this case the 1) and 2) is not...
View ArticleProblem to event
Hi, Further to this, how about that I DID NOT read from one Text file within InsertCellInWorksheet, by which I was to write to one cell each time?Many Thanks & Best Regards, Hua Min
View ArticleUnable to adjust paragraph alignment
So I'm trying to open a word document and replace a block of text in the bottom right side of the first page with a picture. I am able to replace the image, but it is not positioned the way I want it...
View ArticleGroupShape instance as child element in GroupShape
Sorry for my English :)My understanding is in PowerPoint there is only one level grouping - a group cannot be in a group, but looking at the source code classGroupShapeI see that GroupShape instance...
View ArticleCreate RTF document
Hi All,I want to create the RTF document using c#. I have used the OpenXml to create the office document docx. Is it possible to use same for RTF ?Please share anyone knows anything regarding the RTF...
View ArticleRequiring Install of Core
Starting with 2.8, the nuget package forces the install of a bunch of packages from (and including) Core. I understand and support the fact that Core is supported. However, why does someone who is...
View ArticleAlternativeFormatImportPart (AltChunk) and WordprocessingDocument in...
Hi, I have a project where i need to add plain text as well as the content of small .docx files to a main .docx. I have created a test case, and with the use of AlternativeFormatImportParti I can...
View ArticlePerformance impact in Creation of Excel file with Huge data Records ( 1 lak...
Hiwe are using the openxml sdk in building the excel file at runtime which was consuming bit high memory with normal load of around 100 records and it takes close to 1 min - 3 min time intervals based...
View ArticleXML declaration is repeated at the document
Hi, I am using c# open XML to write to excel. However, in the document. The XML declaration is repeated. What is the cause of this error and how to fix it?<?xml version="1.0" encoding="utf-8"...
View Article