Top "Excel-interop" questions

Excel Interop is the layer using the COM Interop that allows .NET (VB or C#) to communicate with standard COM objects and libraries.

C# reading Excel cell values using Microsoft.Office.Interop.Excel

I am trying to pull Excel cell values. I am able to pull a row value successfully. What should I …

c# excel excel-interop
excel interop alternative

I have started using the Excel interop assemblies that are provided by Microsoft for one of my C# applications. Everything …

c# excel-interop
Excel won't open/launch VSTO AddIn when running in debug mode of Visual Studio 2010

I had previously installed the VS11 beta, and had some issues with my Visual Studio 2010 instance, which you can see …

visual-studio visual-studio-2010 excel vsto excel-interop
how to set values to a two-dimensional Excel range?

I need to build an excel sheet from a list of test-cases in a specific format in order to upload …

c# excel range excel-interop invokemember
C# Interop Excel format like Excel's format as table

I'm exporting a table from SQLite to Excel (2010) in C#. It works fine. I'm using the Excel.Range.set_Value() …

c# formatting excel-interop
how to detect merged cells in c# using MS interop excel

I want to detect merged cells either in a row/entire sheet(preferable).Here is my code Microsoft.Office.Interop.…

c# excel excel-interop
Can't schedule Program with Excel Interop

I have developed a console program in C# .NET, that uses Excel Interop. The program works just fine on my …

c# windows-server-2008 scheduled-tasks excel-interop
Excel interop works on machine with Office 2007 but fails on machine with Office 2010

I have a C# WPF (.NET 4.0) application that uses Excel interop to read data from an Excel file. When I …

c# excel dll com excel-interop
Setting Excel Cell Colours using RGB Values

I'm trying to set Excel cells using RGB values rather than the way I do it currently as i need …

c# .net excel-interop
Excel process remains open after interop; traditional method not working

I'm running into an issue with some code I'm debugging. Excel interop is used to extract some values from a …

c# .net com excel-interop