Issue in Insert value in sharedstringtable
Hi, I try to insert following string in one of the cell in my excel sheet through open xml, i am facing the issue in display the string valueinput string value = " Hello World"Expected Result ="...
View ArticleHow to read /process numbers that have a "General" format (NumberFormatId = 0)
I found this on stackoverflow that describes the question I have, but the "answer" doesn't really address how to determine "what" the displayed value in Excel is. Maybe it can't be determined. If...
View ArticleGet Page Number of Comment using Open XML SDK
Can anyone help me in getting the page numbers of comments entered in a word document using Open XML SDK in C#Extract from my code:using (WordprocessingDocument wordDoc =...
View ArticleMerging sheets creates conflict when images exists on both sheets
HiI have a solution of creating and merging Excel-files in a webservice.This has been working fine, until both of the Excel-files began to contain images.As an example, the service recieves one Excel...
View ArticleRemove Empty TextBoxContent or TextBox From .docx file Using OpenXML
Hi, I am new to open XML. I want to remove all empty TextBoxContent or TextBox From .docx file Using OpenXML?How i am going achieve this?Thanks
View ArticleLooking for examples using OpenXML SDK
I am looking for examples of using the OpenXML SDK such as Opening a DOCX or xlsx or xlsmSelect specific sub xml files in a docx, xlsx, or xlsmSearch for and parse specific node in the sub xml...
View ArticleHow can I Present WordprocessingML document?
Hi, In my project I need to present a read-only word document given to me in WordprocessingML format.Currently I convert the WordML to HTML using XSLT but the resulting document is far from perfect.Is...
View ArticleDelete Attributes
Posting here on the suggestion in another group to post in a more XML oriented group. Hope I'm in or at least closer to the right place. I am attempting, perhaps fruitlessly, to develop a rudimentary...
View ArticleMapId not found in CustomXmlMappingsPart
Hi,I created an excel file. Added an xml data from web source. Excel asked me to create a schema for the xml, I followed and imported the table from xml web source. Whenever I refresh the connection, I...
View ArticleMail merge problem using open xml,.Net and Word 2007
I am trying to generate mail merge document using open xml. I can generate the document but not all merge fields are processed.When I loop through merge fields only 8 out of 10 merge fields are...
View ArticleInsert a Picture into the Picture/Image Content Control using Open XML SDK 2.0
I have created a word template as followsHere PizzaPicture is a Picture Content Control, PizzaName is a Plain Text Content Control and PizzaDescription is a Rich Text Content Control I am able to...
View ArticleHow to extarct the page number of a founded word with openxml and c#
Hello,There are some example in web for finding a word in Word Documens. But how to find the page number of each founded word?Thank you,Mohsen
View ArticleApplying or removing the Hyperlink style by searching and replacing the...
Search<w:rStyle w:val="Hyperlink"/></w:rPr><w:t>http://www.bbc.co.uk</w:t></w:r></w:hyperlink> Replacehttp://www.bbc.co.ukHello, I am trying to search and replace...
View ArticleOpen XML
In the example XML below, where (how) would I find the font properties for the text element within the run? Specifically, where (how) can I find the data which tells me to apply Calibri Light font,...
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 ArticleChange programaticaly the datasource on Excel2013
Hi!I have create a Excel2013 file with enabled PowerPivot features. The datasource of the Excel reads data from SharePoint server Lists.The problem is that I need a way to programmatically change the...
View ArticleStyleSheet in OpenXML
Hi there, I don't know if it is possible butGiven an existing .xlsx Can I use it as a template file and apply its stylesheet to a new .xlsx file? Maybe using the indexStyle, I don't know.I hope you can...
View ArticleOpenXML - Problem showing carriage returns in content controls
Hi, I have the below function that populates my content controls. I am having a problem with showing carriage returns though. They show fine in my textbox on my .aspx page but are not when use the code...
View ArticleWhat is needed to set up the runtime for using code created with the open XML...
My Systems Admin needs to know what needs to be installed on the server to support code designed with the Open XML SDK.
View ArticleHELP NEEDED! : Worksheet with multiple TableDefinitionParts causes issue due...
Creating a TableDefinitionPart with TableDefinitionPart tdp = worksheetpart.AddNewPart<TableDefinitionPart>() causes tables to be added following the naming convention (table.xml, table2.xml,...
View Article