office-interop
Office Interop Excel in a worker thread?
I\'m exporting data form my C# application to an Excel file using Office Interop. Everything works fine, but the exports can be quite large and take some time to complete. I\'ve searched around on the[详细]
2023-02-22 21:47 分类:问答OneNote Bizarreness
Using OneNote 2010 doing some C# interop stuff.Observing some very strange behavior, which I think is intentional but I dont get it.[详细]
2023-02-22 15:21 分类:问答Can you paste a block of cells in one shot using Excel Interop w/o using the clipboard?
I\'m trying to transfer data from a DataSet into an Excel workbook. Unfortunately, I need more control than I can get by simply linking to Excel via ADO.NET and using standard SQL to select and insert[详细]
2023-02-22 08:21 分类:问答F#, problems with IntelliSense and Office
I\'m trying to write some Office automation code and I cannot get IntelliSense help for the PIA Office types. The strange thing is that it works fine in C# and also in the Tutorial.vs2010 F# Solution[详细]
2023-02-21 10:58 分类:问答.net office automation project protected issue
I\'m opening up an excel file which is project protected ie. I can\'t add a vba modul开发者_JAVA技巧e to it.[详细]
2023-02-20 22:42 分类:问答Word Automation Multiple Paste Problem
Is there a better way to paste HTML fragments into a Word document than via the clipboard from C#? using Word = Microsoft.Office.Interop.Word;[详细]
2023-02-20 01:32 分类:问答PipelineSegments.store Build Error with VSTO and Visual Studio 2008
I\'ve created an empty VSTO solution with an Excel 2007 Project.When I build the solution I get this error:[详细]
2023-02-19 05:33 分类:问答Microsoft.Office.Interop.Word "Cannot activate application"
We are having a problem experienced by a few users when attempting to launch Word from our application via the office interop:[详细]
2023-02-18 06:05 分类:问答Excel formular to C# code
I\'d like to convert an excel spreadsheet to a component of c# code. To get it goin\' I like to get all cells of a sheet containing fomulars into c# via interop. In the c# module I\'d like to solve th[详细]
2023-02-18 05:30 分类:问答access the list of words of a word document from multiple threads
I recently had some problems with the performance of the Word object model. In an add-in that I wrote for Word I need to parse through all the words of a document and replace some of them or ask the u[详细]
2023-02-18 03:03 分类:问答