OpenXML Presentation - Identifying paragraphs...
I have an interesting problem that I would like to throw out to you all - see if anyone can think of anything I haven't. What I need to be able to do here is to somehow assign / determine identifers...
View ArticleDealing with w:object(EmbeddedObject) using Open XML Format
First of all, I want to thank OOXML team for building a wonderful SDK like Open XML. It reads document like a charm and its so native feels like I am inside a word document with all its contents. Hats...
View ArticleHow can color plus white?
In the ECMA Office Open XML document <Fundamentals and And Markup Language Reference> page 2966, it's said that the specular color of "Metal" is shape fill color plus white. how can a kind of...
View ArticleChunk misunderstand accents
hello,I created a docx with openxml APIs. This includes chunks containing hmtl code (simple code with accents like "<html><head></head><boy><div>je vis à...
View ArticleComment Formatting in ExcelXML
This is specific to creating .xml files that open in MSExcel as spreadsheets, that contain cell comments:Is there any way to specify the comment window size or position? Is there any way to set the...
View ArticleCreate hyperlink and populating it in excel sheet using Open XML sdk
I am trying to populate hyperlink in excel sheet using Open Office xml sdk.Description of Excel sheet:The excel sheet contains 3 tables –Table 1Table 2Table 3Table 1 and Table 3 already contains some...
View ArticleMerge Rich Text ( HTML ) to Word Document Content Control using Open XML
Hi,I have a word template which has a content control placeholder to hold rich text data. The data comes from a sharepoint list (rich text field) and may also include tables in it.On checking the data...
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 Articlecomments did not take effect
Hi ,I have generate a xlsx doc with comments , but the comment did not show in the cellthe following is my xl/comments1.xml file<?xml version="1.0" encoding="UTF-8" standalone="yes"?><comments...
View ArticleOpenXmlReader SAX Reader appears to slow down as it gradually reads large file
Hi guys,I am using the OpenXMLReader to read a large Excel file with circa 500,000 rows of 20 columns. The file size is not that big (35MB).I am reading through all elements and gathering together data...
View ArticleHow to convert Powerpoint .pptx to PDF document?
Hi,I am using Office Interop to convert powerpoint to pdf using save as functionality with below code. I have some issues with InterOp on some pcs where I get application is busy error.Is it possible...
View ArticlePowerPoint: Apply theme after creating PowerPoint slide
Hello All,Here is my scenario: 1) Create a Power Point slide with data/charts based on the provided template.2) After creating it the Power Point Slide should be able to adjust its layout/appearance...
View ArticleExcel was able to open the file by repairing or removing the unreadable content
Hi there,I just started using Open XML SDK and created a program to generate XLSX. It works well but the only problem is that i get a warning message while opening the xlsx and then displays the data...
View ArticleI'm having an issue with the ProofState Element and Word's Spell Check...
Is anyone aware of any OpenXML methods that would cause the ProofState attribute values to be marked as clean even when they are explicitly set to dirty? I am creating a document using OpenXML and I am...
View ArticleMarkup compatibility in Word documents with VML text box
After playing around with text boxes created in Word documents, I ended up feeling that the current situation around markup compatibility in relation to text boxes is rather confusing. Here is what...
View ArticleOpen XML SDK 2.5 - Excel - questions on 'internal" XML files - indentation,...
This post is strictly for making comparison purposes between Excel files, other than for that I don't care about the "indentation" or BOM characters.Right now in order to compare the "original" Excel...
View ArticleUnable to get PropertyDescription for customproperties
When we enumerate IPropertyStore interface usingPROPERTYKEY key; hr = pps->GetAt(i, &key);We get key for one of the custom property in xlsx document as String from key =...
View ArticleExcel using openxml in C#
hi,How apply pivot table to the existing data in the excel sheet-1 using openxml in C#. thanks,Elangovan P
View ArticleOpenXml Word , Set RTL text along with font size
Hey Pros, i am trying to set a font size and right to left attrib to a word table cell text but it always take one of them , whenever i set them both it only takes the RTL attrib here is my code...
View ArticleInvalid Hyperlink errors when there are no hyperlinks at all
I'm getting "Invalid Hyperlink" errors when I try to process docx files, even though the documents have no hyperlinks at all.I'm trying to use the DocumentFormat.OpenXml package with Mono on my OS X...
View Article