excel-interop
.NET 4.0 Excel Interop issues with dynamic collections
In Excel you can return a dynamic array System.Object[*], from a series object using XValues. In .NET 3.5 you can access the elements in this object by casting it to and array, i.e.:[详细]
2023-02-06 17:37 分类:问答C# Automating to Excel
... Excel.Application oXL; Excel._Workbook oWB; Excel._Work开发者_高级运维sheet oSheet; oXL = new Excel.Application();[详细]
2023-02-06 06:52 分类:问答Excel Interop right to left document
I created a new Excel file with C#. When I open the document all the worksheets are align right to left.开发者_如何学运维[详细]
2023-02-02 03:12 分类:问答Windows App. Thread Aborting Issue
I\'m working on an application that has to make specific decisions based on files that are placed into a folder being watched by a file watcher.[详细]
2023-02-01 00:47 分类:问答Excel inter-op file renaming
I have a program that is using the excel interop routines to generate a bunch of reports based on an excel template.开发者_如何学JAVA[详细]
2023-01-30 12:45 分类:问答Excel Interop - Getting type of Excel::Application::Selection
When something is selected in Excel, the Excel::Application::Selection property contains the selected object. For e.g. if I select some cell, I can easily cast them to Excel::Range using:[详细]
2023-01-30 05:40 分类:问答Excel delete rows deleting wrong rows
This code is supposed to get all rows in the range that I specify, and delete ONLY the rows with no cell DATA开发者_如何学C in them. It\'s actually deleting every row in the range though. Why?[详细]
2023-01-29 22:50 分类:问答C# excel interop formula dragging
I\'m using the C# excel interop framework to automating generate a bunch of reports for my company and I\'m wondering if anyone knows how to do equation dragging开发者_JS百科 with this.[详细]
2023-01-26 13:53 分类:问答How do I find which cells are selected on an Excel worksheet?
I need to be able to use C# and Excel interop to determine which cells are 开发者_JS百科selected in a workbook/worksheet.It would be nice if there were something like this defined in Excel:[详细]
2023-01-20 19:35 分类:问答Prevent "Formulas have been recalculated, save" dialog?
How can I prevent the \"Formulas have been recalculated, save\" dialog that is launched by Excel interop when quitting the开发者_运维问答 app?[详细]
2023-01-17 21:44 分类:问答