Join
Sign in
Search Options
Search Everything
Search Development Tools
Home
Blog
Resources
Forums
About Open XML
More ...
Home
»
Forums
»
Development Tools
Browse by Tags
Development Tools
Discussions about working with Open XML using a wide range of development tools
Get this RSS feed
Tags
.net (2)
altchunk (1)
asp.net mvc (1)
C# (16)
docx compression (1)
Editing Stylesheet (1)
Excel (4)
Excel Table C# Insert Rows (2)
Formatting (1)
header (1)
Hyperlinks (2)
office (3)
office 2007 (4)
open xml sdk (9)
openxml (3)
openxml .net office vb.net (3)
openXML SDK 2.0 (5)
openxml-sdk (2)
SpreadsheetML (5)
Stylesheet (1)
summary (1)
word (4)
WordProcessingML HTML (2)
WorkbookExtensionList (1)
wrapping (2)
Tagged Content List
Forum Post:
Issues with altChunk - document showing garbled characters - ​ Â
Maverickht
Hi, I'm using altChunk to merge Rich text format (as XHTML) into a word document, the program seems to work but shows garbled characters (​  ) not sure whats causing it, please help! The code is below: Code to open a word document and get a Plain Text Content Control called...
on
Wed, May 1 2013
Forum Post:
Show file name/caption in embedded object(doc file) in word document using OpenXML
josephrxavier
Hi, With the help of following link " http://msdn.microsoft.com/en-ca/library/ee355229.aspx " i am able to embed documents in word successfully. After inserting the document as object it shows the caption as "Embedded Document". When i gone through the code, caption comes from the...
on
Tue, Apr 9 2013
Forum Post:
OpenXML Excel - updating cell and making it bold
Nate Pate
I have the following code which successfully opens up an excel file and inserts a cell value. I am having a hard time though tweakingthe code so that it can make that cell bold. Any help would be appreciated. I have attempted to make the font bold as you can see below but have not been successful. using...
on
Thu, Apr 4 2013
Forum Post:
How to identify if a WordprocessingDocument element is a Paragraph or a Table using open xml sdk 2.0?
saravanan
Hi All, I want to check if the first element of the word document is Table or Paragraph.And Based on this i have to do some action.Is there any functions available for check this?... bool isStartingWithTable=false; using (WordprocessingDocument wordDoc = WordprocessingDocument.Open(docFile, true)) {...
on
Thu, Mar 21 2013
Forum Post:
Re: How to convert html string into OOXML(Word 2007)formatted string using openxmlsdk2.0?
saravanan
Hi Eric White : Yes,currently am using your html2openxml conversion for my work.Now i have to convert html table string to ooxml formatted string.When using your conversion,i lost some of the border information.So,When i building word document from that converted ooxml formatted string, i lost table...
on
Thu, Mar 21 2013
Page 1 of 6 (150 items)
1
2
3
4
5
»