Coloring cells in excel sheet using openXML in C#
Hi,Please explain, how to color the two different cells (C4,F6) with two different colors in the excel sheet using OpenXML in C#.thanks,Elangovan P
View ArticleHow to get the embedded objects information (data range in embedded excel...
We can get the data range in excel sheet for a linked object in word and need to get the similar data for embedded objects in word?I am able to get the embedded object file name in the folder named...
View ArticleGenerating A Word 2010 Document based on XML File
Hello frnds I am having an large XML file generated on servers containing the information like SAN, HOSTNAME,IP's, WWN . . etc.My plan is to convert this XML report in to word format i.e, on Word 2010...
View ArticleOpenXML: add image in PowerPoint
Hi there, I need your appreciated help.I need insert to the powerpoint presentation this image generate with chart control.I try use the object Microsoft.Office.Interop.PowerPoint.Application but...
View ArticleOpenXml : PowerPoint . Add an Image and a Title into a Slide
Hi all, I'm using OpenXml for the first time and I've tried for several days to create a simple presentation in c#. my goal is: given a list of images as input ,create for each one a slide with a...
View ArticleOpenXML: add image dynamically from excel workbook to PowerPoint presentation
Hi,i inserted image in the presentation file using the below code.but i get this error.After repairing it i am able to see image presented in the powerpoint presentation.please help me in resolving...
View Articleinsert paragraph of texts in the powerpoint slide dynamically using openxml
Hi ,i am new to open xml. i have some requirement for my project.i need to insert text or paragraphs in the powerpoint slide dynamically that is coming from excel sheet .Excel is the source document...
View ArticleMS word integration with marklogic server
Hi,Am new to this kind of integration between Ms word and marklogic server.Can some one help me with samples?
View ArticleRead the value of checkbox from active*.bin file from excel
I am trying to read the value of form checkbox from excel file.I could reach till the .bin part but i am somehow not able to find any solution for getting the value of checkbox and option button from...
View ArticleUnderstanding relationship between SlideParts and their NotesSlidePart
I am trying to determine the relationship between SlideParts and their NoteSlideParts counterpart. Our team can create these objects and populate them properly, whoever we cannot create a relationship...
View ArticleDocumentation of Changes made in Open XML File Format
Hi Folks,I have made some changes in Open XML File Format using extension list. I'm able to use files without any issue as the extension list supports full fidelity in round-tripping &...
View ArticleCould not load file or assembly DocumentFormat.OpenXml
Any help please? I get following Error when running an OpenXml application. I tried setting copy local = true for the reference. But that did not work.Could not load file or assembly...
View Articlemerging multiple docx files using open xml.
hi,i want to merge multible word docx files by using C# in openxml , plz can any one help me.actually i tried with Altchunk but it throwing error like "document containing altchunk". so is there any...
View ArticleHow to restrict editing in word document using openxml
Guys,I need to restrict editing on a word document. I've placed section breaks to define separate sections. Say I've defined five sections in the document and I want to protect section-2 and section-4...
View ArticleOpen XML SDK v2 Handling Multiple Threads
HiI have read a post or two that suggests the open XML sdk is not thread safe but I haven't found any official MS document that states this in fact to the contrary most online docs demonstrate how to...
View ArticleHow can I use an SQL like statement to filter a row set when reading from a...
rather than reading every row on the sheet and comparing a cell value for interest .... I would prefer to use a select statement that returns a filtered row set ... is this possible?e.g. if column 4...
View ArticleWhere are Microsoft headed with Office templates in Open XML SDK?
HiI have since a year back being forced to move my interop applications for Office document management in Windows server from Microsoft Office applications to Open XML SDK, as I'm sure is true for many...
View ArticleCreate mid range application to save word file into the server
Hi,I came up with a following scenario of creating mid range application that 1.To find the version of the document from the server 2. when the user edit/modify the content and clicks on save the...
View ArticleConvert Word Processing Document to DOCX file
Hi,Since I am new to this OpenXML, and as I am working on populating the OpenXML document programmatically using Open XML Power tools utility class as mentioned below, the objective of the is to search...
View ArticleOpenXMLSDK WordProcessing - Document getting corrupted after inseting an image.
Hi Guys,I was trying to insert an image to a table cell in word document using OpenXMLSDK. After the code is run, when i try to open the output file (.docx) it gives and error saying'document cannot be...
View Article