"Open xml explained" e-book Wouter Van Vugt
Hi everybody,anyone knows where I may find code samples for "OpenXML Explained book" found on this pagehttp://openxmldeveloper.org/blog/b/openxmldeveloper/archive/2007/08/13/1970.aspx ?the code link...
View ArticleProblem in opening a ppt file
I downloaded a ppt file and its archived in zip format. When I extracted it, I found that, its having many folders and xml files. I am not able to see the ppt file. The zip file contains : -rels,...
View ArticleOpenXML: Finding and Manipulating Embedded Charts in a Word Doc
I'm very close on this.I'm trying to create a function that will locate and update an embeded chart within a Word document. Ultimately, the document will have sevral charts.So far, my function can...
View ArticleDrawing table from Excel sheet to Powerpoint presentation dynamically using...
Hi ,I am new to Open xml , and i have a scenario that i couln't find out solution.I have number of tables in the Excel workbook. Now i could store all the tables name and its content in a dataset ,...
View ArticleHow to use OpenXML to get the embedded package part (an xlsx file) in a cell...
I have a problem extracting embedded xlsx files in an xlsx file.I can get the embeddedpackageparts by worksheetpart.embeddedpackageparts. Howover, I dont have the row and col information of the...
View ArticleOpen XML Out of memory Issue
Hi,Currently I am using Open XML to convert an XML file to an Excel.The code workes fine for small xml files but throws out of Memory Exception when tested with large file like above 10MB.Can anyone...
View ArticleExcel to PDF without Office PIA
Hi All,I want to convert Excel file into PDF without using Office PIA but with Sharepoint. Is there any support for this in Sharepoint 2010 or 2013? If not then can you tell me how to do that?Thanks.
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 ArticleOpen XML SDK-MS word content control issue
HI I am using Open XML SDK. I generated a report(docx) file with content controls having xpath. The xml data file from which the xpath needs to evaluated also embedded. The report is generated...
View ArticleThe specified package is invalid. The main part is missing
Hi There,I have created a new docx document and want to open it using the OpenXML SDK.Here is my code:Package package = Package.Open(document); WordprocessingDocument doc =...
View ArticleHow to convert Xml Spreadsheet 2003 (openxml) to Excel (xls)
Can somebody help me on how to convert my xml spreadsheet 2003 to Excel? I have a page which uses openxml template but the problem is after i rename it to xls extension. this error prompts up."The...
View ArticleHow to access slide size from a PowerPoint .thmx file
Hello everyone,I would like to retrieve the slide size stored in a .thmx theme file produced by PowerPoint. If I try this for a .pptx presentation file all works well. Width and Height get correct...
View ArticleMissing value in Horizontal Alignment Type Enum in ISO and ECMA
There is one missing value in §17.18.44 ST_Jc (Horizontal Alignment Type): "left" enumeration value. This value is defined in OOXML SDK (in DocumentFormat.OpenXml.Wordprocessing.JustificationValues)...
View ArticleHow to put content controls on word bookmarks ranges in Word?
Hi Everyone,Does any one knows, how to put content controls on the bookmark ranges using open xml sdk?Thanks,Shahab Abbasi
View ArticleUse of OpenXml SDK to add meta data to individual cells in Excel File(.xlsx)
I have situation where I need to store meta data for individual cells. Working with OpenXml, i found that there is a provision to add meta index (cell or value) to individual cell.Refer : Cell Class in...
View ArticleOpen XML and MailMerge
Hi All I’m using Word 2013 and a SQL Server 2005.I’ve got a VBA solution in a Word Template which is handling the mail merge action for end users. The end user choses the type of document and the...
View ArticleHow to create word document using sharepoint client object model or event...
HiSince last few weeks I am struggling with converting infopath forms to word or pdf.As I have few limitations on site administration I can't use third party solutions. I want to convert forms to word/...
View Articledocument XML Word (monDoc.xml) not open with Word
Hello,I have a problem with my Windows 7's configuration. I create a document with Word 2007 and save it with document XML Word Format (.xml)in my computer, when i search to open directly (double...
View ArticleHow to copy a paragraph containing content controls to the end of document
Hi,In my document I have paragraph which contains 2-3 content controls. I want to copy the whole paragraph including content controls and append at the end of document with a certain number of times...
View ArticleMerged documents openxml mailmerge
I am a chemistry graduate and very new to programming, having learned everything from the Internet. I have a Word document with mail merge fields. The data source is an Excel file. I want to change the...
View Article