SSRS 2012 EmailTo is not working in Export to Excel Format
Hi there,I have a SSRS Report originally developed in 2005 and I have office 2013 installed in my computer. Any time I export this report to Excel format from SSRS 2005 report server (xls), "emailTo"...
View ArticleHow do you add a standard format date Cell to an existing Excel Spreadsheet...
Hi,I am trying to add a formatted date cell "m/d/yy" to an existing excel spreadsheet, but all I can get is the date number:where "r" is new Row() and row.LeaseStartDate="yyyy-mm-dd"r.AppendChild(new...
View ArticleConvert a VSDX file (MS Visio 2013) to PDF in a C# module
Hi,How do I create a PDF file from a C# module after manipulating the VSDX file in the module?Thank you.
View Articlewhat's the difference between "ApplyFill=true" and "ApplyFill=false"
hi,In the excel document, the following three seems the same, what is the difference?1) <xf numFmtId="0" fontId="0" fillId="2" borderId="0" xfId="0" applyFill="1">......
View ArticleHow to edit a word document using Office Open XML ?
Hi,I want to edit a word document using Office open xml. Can someone guide me through it.ThanksJay
View ArticleList indentation through style indirection
According to the description of numbered & bulleted lists, a w.p element can have a w.pStyleId element, which references a style that includes a w.num element that points to a w.abstractNumId. In...
View ArticleOpen XML - Create Document, Add Text to it, and Output using MemoryStream
I'm using the code below which creates a document and some sample text, except the sample text does not appear when I open the document. Can anyone help me out here? Thanks protected void...
View Articleget an error after updating the core properties
Hello,I have just started using Open XML and I am trying to do something really simple to get and set the core properties of a document. I am using the following code public static void getProps(String...
View Articlecopy existing worksheet from workbook and insert it in anthor workbook using...
Hi,I need to copy existing worksheet from workbook and insert it in anthor workbook using c# and open xml.It's work for integer value but not for string.and when i add this line...
View ArticleOpen Xml Skip Empty Header Rows
The Excel data row starts on the 4th row. After opening the worksheet, it supposed to skip the first 3 header rows. If the first 3 rows have data each row, it works fine. If the first 2 rows are...
View Articledoubt in open xml sdk and office
hi,I am implementing a solution with openxml wit sharepoint. i am uploading docs into sharepoint document library and parsing the excel files with the help of open xml . so i have installed open xml...
View ArticleSetting Column Widths Corrupts Spreadsheet
I'm working with Open XML for the first time and I am astonished at how complicated it is. The Excel object model was complicated, but it seems simple by comparison. I'm about ready to give up and...
View ArticleSetting Column Widths Corrupts Spreadsheet
I'm working with Open XML for the first time and I am astonished at how complicated it is. The Excel object model was complicated, but it seems simple by comparison. I'm about ready to give up and...
View Articleassembly culture - "en" and "en-us", is it different assemblies?
Hi!!!Assembly may have culture simple "en" or "en-US". So, it must be different assemblies?How it should be specified?I mean that if I have a custom application with resource assembly culture "en", but...
View ArticleHow to open an existing Excel worksheet and set column width to best fit...
How to open an existing Excel worksheet and set column width to best fit Using openXML SAX in C# ? I need to iterate the columns to set them to best fit.I found many examples online to set the column...
View ArticleHow to save a selected word image to image file in open XML in PNG format?
Hi Everyone,I have a very strange problem. I want to extract the image from word using open xml sdk. Here the user selects the image on opened word, and then clicks on any button, so it should extract...
View ArticleDelete a column using OpenXML for EXCEL
a column is deleted,but there still a blank column, how to delete the blank column?
View ArticleHow To Add Option Buttons To Spreadsheet.
I have created a process in C# that exports data to an Excel spreadsheet using Open XML. It is working. I want to add options buttons to the spreadsheet, but I can't find any information online on...
View ArticleHow to insert images into Excel document using OpenXML 2.0 SDK
Can anyone help me?I can insert an image into Excel cell,but now, I want to insert mutiple images into Excel .Can anyone show C# codes?
View ArticleWriting to multiple PackagePart streams causes deadlock. Is this fixed? kb951731
We are trying to use OpenXML to create Excel spreadsheets from a database and we are running into this documented problem (kb951731) when excels are above a certain size.What is the status of this bug?...
View Article