excel-interop
Are we unable to use Interop objects in generic objects in .NET 4.0?
I\'m working in VS 2010 and working on upgrading our application to .NET 4.The application is built with Excel as the base and we want to take advantage of some of t开发者_Python百科he improvements to[详细]
2022-12-12 03:51 分类:问答Use Excel Interop to grab image of Excel chart without writing to disk or using the clipboard
The interface to the chart object in Excel only allows access to the image representing the chart through two methods:[详细]
2022-12-10 23:00 分类:问答How to write excel by opening it programmatically with Microsoft.Office.Interop.Excel dll?
I want to use Microsoft.Office.Interop.Excel dll to write the data into excel sheet. I have a code: if (System.IO.File.Exists(strFileName))[详细]
2022-12-10 07:44 分类:问答Why is .NET Sql Server access faster than Excel Interop?
This might be a loaded question, and it might get voted down, but it completely frustrates me. When you use SQL Server in your development th开发者_开发百科e data access is fast and efficient, but wh[详细]
2022-12-09 09:36 分类:问答How can I Create an Excel Sheet with Microsoft.Office.Interop.Excel.dll?
How can I create an Excel sheet with Microsoft.Office.Inte开发者_JAVA百科rop.Excel.dll in ASP.NET?Have you considered a 3rd party library e.g.SpreadsheetGear (http://www.spreadsheetgear.com/) or Offic[详细]
2022-12-09 05:06 分类:问答Excel Interop: Application and ApplicationClass differences
I\'m running into a problem with excel interop.Basically, what I\'m trying to do is call a macro in an excel workbook from .NET with a complex argument type.However, in do开发者_StackOverflowing so I\[详细]
2022-12-08 01:07 分类:问答