office-interop
Delete Empty Rows with Excel Interop
I have user supplied excel files that need to be converted to PDF. Using excel interop, I can do this fine with .ExportAsFixedFormat(). My problem comes up when a workbook has millions of rows. This t[详细]
2023-02-18 01:22 分类:问答check for existence of office.interop assemblies
I\'m working on a c# project where I get input from Office documents, and right now I\'m using MS Office for it. This simply means the MS Office interop components have to be present on the user\'s PC[详细]
2023-02-17 14:43 分类:问答Format the body of the outlook appointment item
I am trying to create an outlook appointment from an ASP.NET web site version 2.0. I am making use of the interface Microsoft.Office.Interop.Outlook to create the appointment. But my exact requirement[详细]
2023-02-17 08:14 分类:问答Invalid word list returned by Word
In an Word addin, I\'m using this.Application.ActiveDocument.Words; to get a list of all the words in the curret document. Now when I parse this list, I found the ,, . and \\r are also in this list[详细]
2023-02-17 01:45 分类:问答c# 4.0 and word 2007 automation
I am creating an application that gets thousands of word documents from an Oracle database and need to transform them into pdf and send them back to database. I already have all the support mechanism[详细]
2023-02-16 09:53 分类:问答Using Office 2007 PIAs with Excel 2002 (Primary Interop Assembly)
Is this possible? My app references Excel 2007 Primary Interop Assemblies. Can I install these on a PC which has only Excel 2002 (XP) installed?[详细]
2023-02-16 03:02 分类:问答List fonts used by a Word Document (faster method)
I am working on a process for validating documents to make sure that they meet corporate standards.One o开发者_JAVA百科f the steps is to make sure that the Word document does not use non-approved font[详细]
2023-02-15 20:39 分类:问答Passing a namespace into a function
I\'ve got a function which takes a word document and saves it in html format. I\'d like to use the same function to work with any document type. I\'开发者_StackOverflow社区ve tried using generics (I\'[详细]
2023-02-15 19:37 分类:问答Custom Properties against an Outlook Interop MailItem
I am adding custom properties to a Microsoft.Office.Interop.Outlook.MailIte开发者_JS百科m object like so:[详细]
2023-02-15 18:03 分类:问答Create Excel File programatically in C# without Microsoft.Office.Interop.Excel
I need to create and populate excel file in c#. With Microsoft.Office.Interop.Excel , it can be created easily but it need to install Offi开发者_StackOverflow社区ce on server. I am looking for solutio[详细]
2023-02-14 04:34 分类:问答