XLSX to ODS/XLS format
HiI am working on an application which requires me to Export Reports as SpreadSheet. If MS Office is installed, I use the Excel API's to create the required Spreadsheet. If not, I use OpenXML SDK to...
View ArticleUsing VB to modify Word2013 documents
It’s been a long time (just after Office XP came out) since I’ve created a VB program to modify some Word documents. Now I need to create a VB (VS2012) program to modify some Word2013 documents. I’ll...
View Articlelost my contacts
My hotmail contact list was deleted by accident is there any chance of retrieving it?
View ArticleDifferences in Excel spreadsheet when created from templates (XLTX)
HiIn one of my projects I've discovered a strange difference which affects further working with the Excel spreadsheet.First I create a new Excel spreadsheet from an existing template (XLTX) file using...
View ArticleCan't install -- Open XML SDK 2.5 is not supported on .NET Framework Version...
My corporate client provided me a high powered laptop (with secure network access) for development purposes. When I attempt to install the OpenXMLSDKV25.msi it reports "You should have .NET Framework...
View ArticleSet table width until document margins
I would like to have a table that is aligned on left and right margins, so it's as wide as the margins in the document allow. Thanks in advance
View Articleopen xml for javascript excel sample code
hi,I am trying to edit a excel sheet in nodejs using open xml sdk for javascript. I found sample code very useful at http://openxmlsdkjs.codeplex.com/ but most of the code is related to Word file...
View ArticleIs it possible to update presentation in openXML sdk when external linked...
Hi,Using openXML sdk we can add external relationship in a slidepart e.g. linked excel object. If we opened such excel linked presentation in Microsoft Powerpoint it asks us for Update link popup and...
View Articleprogrammatically change "save as" location for generated word file
hi,i generate a word file with the openxml sdk and open it (from a memory stream). if the user modifies and closes (and saves) the document, the default save location is "My Documents".I want to change...
View ArticleInsert an image into Word using Open XML SDK 2.0
Hello, I am pretty new to Open XML but finally I was able to create a document generator based on a template, using the SDK 2.0, VB.net (could this be the problem??) 3.0 framework and Office 2007. We...
View ArticleProblems with merging two documents and adding header/footer
HiI have a WebService application creating Office documents using Open XML SDK for another web based document managment system.The task for the webservice is to create new documents based on a template...
View Articlehow to create powerpoint presentation from excel data using openxml sdk code
i have a code in open xml sdk to create a dynamic word cocument from the excel workbook data.it will add images , tables to the word document from excel sheet .and i am inserting texts, images, tables...
View ArticleAdding a sytle to a range of cells
Is it possible to add a style to a range of cells? I need to apply a different background color for a range of cells. Currently, I create a map of cells under each of the column headers and I loop...
View ArticleHow to append a opened open XML document?
Hello Everyone,I have one problem where i need help.I have an opened openxml document (ABC.docx) in Word 2007. Lets say, first paragraph is having style "myStyle1" like this in document.xml...
View Articleworkbook.xml in Excel 2013 spreadsheet does not validate vs XSD due to...
Excel 2013 spreadsheets (.xslx files) include the following markup at the top of their workbook.xml part. <workbook...
View ArticlePie Chart based on Range in Excel
Is there any tutorial on how to create a PieChart in excel based on Cells Range?In MSDN I've found this article http://msdn.microsoft.com/en-us/library/office/cc820055.aspx but it dealt with bar chart...
View ArticleHow we save individual slide from presentation
for example if i have presentation having 12 slides. So i need save 12 individual slides. Now i am able to get 12 images from presentation. but i also need to save 12 individual slides. Please provide...
View ArticleRead Excel 2007 file with Open XML - Identify blank cell
Hi I am working on a .NET 4.0 console application. I am trying to read the data from MS excel 2007 document. (file format in Xlsx)I use the below code to load the data into datatable. It works fine if...
View Articlehow to use DocumentFormat.OpenXml.Office2013.Excel?
I'm new to the OpenXML SDK and I'm struggling to find documentation to get off the ground. I can see some classes in this namespace that I think will be useful for my purposes, but how do I use them?...
View ArticleOpen XML SDK does not correctly recognize Word doc created in Word
Trying to use the Open XML SDK I'm getting the error:"The specified package is invalid. The main part is missing."I'm trying to look at Word documents that were created in the Word application. I'm...
View Article