openxml-sdk
How to embed a document within a docx file?
I\'m trying to write a docx file which has embedded files within it. I have the \"Op开发者_开发百科en XML SDK\" and used that to examine an existing docx file (which had a .DOC word file and an .MSG f[详细]
2023-02-16 22:07 分类:问答YASR - Yet another search and replace question
Environment: asp.net c# openxml Ok, so I\'ve been reading a ton of snippets and trying to recreate the wheel, but I\'m hoping that somone can help me get to my desination faster.I have multiple docum[详细]
2023-02-16 13:42 分类:问答Using OpenXML SDK with .Net framework 4.0
We are building our application in .Net framework 4.0 and need to hav开发者_JAVA技巧e reference to OpenXML v2.0 sdk for generating word documents.OpenXML needs .Net 3.5 Sp1 (even though we have .net 4[详细]
2023-02-16 04:35 分类:问答How to include the reference of DocumentFormat.OpenXml.dll on Mono2.10?
I am using C#.net Windows Desktop Application.I want to run these application with other platform also. So, i am using Mono 2.10 as a cross compiler.While running,unexpectedly my Application is termin[详细]
2023-02-15 19:33 分类:问答openxml spreadsheat save-as
I have an Excel 2007 spreadsheet that I edit with the OpenXML SDK 2. I remove some rows etc. I would like to know how to save that Spreadsheetdocument to another fi开发者_如何学Clename.To my knowledge[详细]
2023-02-15 12:18 分类:问答When creating DOCX using DocumentFormat OpenXml is it possible to find out where are we currently on a page?
I\'m creating docx file by using DocumentFormat OpenXML API, appending texts, tables, images, etc... at some point I\'d like to know how much \"space\" (rows, pixels, whatever) I have before I reach t[详细]
2023-02-14 17:04 分类:问答OpenXML SDK returning a number for CellValue instead of cells text
I am using the Open XML SDK to open an Excel xlsx file and I try to read the cellvalue on position A1 in each sheet.[详细]
2023-02-13 14:23 分类:问答OpenXML sdk Modify a sheet in my Excel document
I create an empty template in excel. I would like to open the template and edit the document but I do not know how to change the existing sheet.[详细]
2023-02-10 14:08 分类:问答How do I insert an element in a .docx file at a specific location using the OpenXML SDK in .NET
Hey guys I am trying to manipulate a word .docx file using th开发者_JAVA百科e openXML sdk and C#.[详细]
2023-02-07 02:48 分类:问答Remove contents of custom properties in Word 2010 with Open XML SDK 2.0 or Linq
I\'m trying to remove sensitive information from word-files before they are sent from our system. Below is an example of the custom properties in a file that is going to be sent. I would like to remov[详细]
2023-02-05 02:05 分类:问答