I have a reference set to Infragistics2.Excel.v6.3
using System;using System.Collections.Generic;using System.Text;using Infragistics.Excel;namespace myNamespace{ class ExcelAdapter { Infragistics.Excel.Workbook workbook = null; public ExcelAdapter() { workbook = Infragistics.Excel.Workbook.Load("C:\\ExistingWorkbook.xls"); // this line fails to compile }
...
I don't have a static Load method avaialable from the Workbook object. Any ideas as to why this might be? The VS.NET 2005 intellissnse for Infragisitcs.Excel.Workbook object is as follows:
.Equals.MaxExcelCellFormatCount.MaxExcelColorCountetc...
Hi ,
I am using Infragistics2.Excel.v7.1. But still i am unable to use ' Workbook.Load()'.
Please help me .I have to open a workbook by using infragisticExcel.
Hi,
As I stated above, this feature was added to NetAdvantage 2008 Vol. 3. It does not exist in the version you are using, so if you need to load Excel workbooks into your code, you will need to upgrade. Or, you could use the Excel Interop assemblies from Microsoft.