openxml
OpenXML, IsolatedStorage, NETWORK SERVICE and Windows Server 2008
I have a large web application. One very small piece of this web application generates XLSX files using the OpenXML library (written in C#).[详细]
2023-03-20 12:29 分类:问答How to calculate the color based on given fgColor indexed
I am working on Open XML, <x:fill> <x:patternFill patternType=\"solid\"> <x:fgColor indexed=\"46\" />[详细]
2023-03-20 08:51 分类:问答Merging multiple MS Word documents already saved in one docx file with OpenXML
I did the merging multiple documents into one singe document (Test.docx) with FeedData and it works fine.[详细]
2023-03-19 21:19 分类:问答How to: using OpenXML to Update Fields in Word
I am working on a prototype where I am assembling word documents using OpenXML from various different documents 开发者_StackOverflow中文版like other word docs.[详细]
2023-03-19 11:38 分类:问答Setting custom Open XML metadata
Background Custom properties in Open XML are stored in docProps/custom.xml and look like this (for a string):[详细]
2023-03-19 11:17 分类:问答Open XML Make excel viewable
I\'m using Open XML to open an excel file as in: using (SpreadsheetDocument myWorkbook = Spread开发者_如何学PythonsheetDocument.Open(\"generated.xlsx\", true))[详细]
2023-03-19 03:55 分类:问答Embedded WordprocessingDocument into SpreadsheetDocument with Open XML?
How can this be done? Let me know if you all have soluti开发者_运维知识库ons. Embedded WordprocessingDocument into SpreadsheetDocument with Open XMLYou can use the function AddEmbeddedPackagePart() o[详细]
2023-03-18 10:52 分类:问答Is there a SAX way to loop through OpenXML rows?
I\'m parsing a large file using the SAX approach offeredon: Parsing and Reading Large Excel Files with the Open XML SDK[详细]
2023-03-18 01:26 分类:问答Generate Excel File Using Raw XML [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-17 11:44 分类:问答Turning a stream into WordDoc without referencing the SDK
So I\'ve created a C# library that manipulates and edits Word Documents. This of course references the OpenXML SDK. Where I use the library however I do not wan\'t to have to reference the .dll as wel[详细]
2023-03-16 22:15 分类:问答