openxml
Copy text with bullets in OpenXml
I have the following problem: Text needs to be copied from 1 wordprocessing document to another wordprocessing document.The source document is not always accessible when inserting the text in the tar[详细]
2023-04-13 00:21 分类:问答Simplify/ Clean up XML of a DOCX word document
I have a Microsoft Word Document (docx) and I use Open XML SDK 2.0 Productivity Tool to generate C# code from it.[详细]
2023-04-12 22:40 分类:问答Images are not coming after creating word Document through Open XML
I am Creating a word document through the c# with the use of OpenXMl sdk. I am converting all my html page to word document but while converting i am giving a absolute address for my images and after[详细]
2023-04-12 20:35 分类:问答how to add footer with images in word document in .net
I am trying top create a word file with the header and footer and footer must have a Image can 开发者_运维技巧any one help me to do that.[详细]
2023-04-12 20:33 分类:问答Exception while import from excel using openXML
I would like to deserialize all the data from the excel file to list. I am using this code class ExcelImport[详细]
2023-04-12 18:04 分类:问答How can I insert an Blank Line using a Open XML SDK class
I want format my .doc file, because when I retrive information and save in a .doc format using Open XML SDK, the document with all information is just in one line, and I need some information in other[详细]
2023-04-12 14:10 分类:问答Formula to convert .NET pixels to Excel width in OpenXML format
I have spent many hours trying to determine a formula to convert .NET pixels to an Excel column width using the OpenXML format. I am using EPPlus to generate xmls documents. I\'m trying to determine t[详细]
2023-04-12 13:50 分类:问答How to get the 'first' sheet in OOXML with C# and the SDK?
SO! :) Simple question -- it\'s probably been asked, but I could not find it. I am retrieving data from an XLSX using the Open XML SDK and C#.[详细]
2023-04-11 12:43 分类:问答getting error while Converting the Html Contenttpo Word Document
Hello every one i am using HTml Agility and Openxml to convert my html content to word file content. <div>[详细]
2023-04-11 10:30 分类:问答C# OpenXml Selective Font Bolding
I have a function that takes a couple of font parameters, and produces the required font in a RunProperties class. How can I turn on/off the Bold class? MSDN was pretty useless on this issue.[详细]
2023-04-11 06:11 分类:问答