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.
Oh, here's a blog post with some info about release dates.
http://blogs.infragistics.com/blogs/devin_rader/archive/2008/02/05/about-the-infragistics-product-release-cycles.aspx
I'm afraid I'm in the dark about release dates and beta tests. You can try contacting Developer Support and perhaps they can give you more details.
That sounds great, I was planning to upgrade anyway...
It's already September, any idea when vol. 3 will be released? Would it be at all possible to obtain a beta build of vol. 3 so that I can build my application with it?
Hi,
The idea is that you can save create, save, and load Excel files into memory without deploying the Microsoft Excel dlls to your users. The version you are using currently does not support calculating formulas, though.
The good news is that this feature is coming soon - in the next version of NetAdvantage (2008 vol. 3), in fact. :)