wordpress hit counter
Browse by Tags - Forums - OpenXML Developer

Browse by Tags

Forums

These forums are for discussion of the Office Open XML file format. For details on a specific implementation, please consult the implementer’s own web site.
Tagged Content List
  • Forum Post: Lock Cell of Worksheet

    Hi, Below is the function which reading my XLLX and write the data in it. It also protect it with password. Now here I want to lock perticular cell of this sheet. Please suggest me options for that. What I have tried: 1. CellFormat.ApplyProtection 2. Tried to remove "Locked" property of locked...
  • Forum Post: Issue: While converting Word XML Document to docx, formatting of text like headings, numbering bullets are being vanished.

    I have an xml document object that contain a complete Word Xml Document's xml representation. Now I want to convert this Word XML Document to Docx. For this purpose i am using Open XML with the help of following code XmlDocument XDoc = docGen.GenerateMultiinstanceDocument(DocID, temp); // this method...
  • Forum Post: Read table from word document from anywhere in the document

    Hi, I would like to read a table anywhere in the document. For example if there is a Heading 3 label before table and this name is unique then we would like to read only that table which comes after this label. table 1 column1 column2 dasdf sdfsdf I would like to only read this table not all the tables...
  • Forum Post: Get displayed value by OpenXML 2.0

    Hi I'm working with relatively huge Excel files with 40 000 + rows and over 100 columns. My task is to copy values from a formatted sheet containing all the data to another sheet without formatting. In order to read sheets I'm using OpenXmlReader but with reader.GetText() I see that the value...
  • Forum Post: Problem merging content xml documents in office word 2010

    using altChunkId element to merge docx document files I'm unable to see the content of the control xml element. I think this is because the reference for which xml to take the content of is from the folder it was merged to instead of the folder itself. In word 2007 the file shows the content of the...
Page 1 of 2 (50 items) 12