I can't find the example on to configure v2008.3 to allow the Excel functionality to be used in .NET 2.0.
I would like to use this functionality but am required to use .Net 2.0.
Is there a post describing the configuration?
Hi dialogues,
we're trying to use Infragistics Excel assembly on CLR 2.0 to open an Excel 2007 spreadsheet. But Workbook.Load method requires an IPackageFactory object.
How did you get integrating the sample to generate Excel 2007 on CLR 2.0? Please can you kindly send me some suggestions?
Thanks in advance, bye! Valentina
How to get the latest service release - Infragistics Community
Hi,
I am unable to find the version 2009.1.2024. Please suggest because i am facing the same issue having clr 2.0.
Are you using clr 2.0 or clr 3.5?
Thanks
I found the solution browsing the forum : I was using version 2009.1.1000.... that was bugging.
With version 2009.1.2024, it works well.
I've just integrated the sample to generate MS Excel 2007 file with CLR2.0 and Infragistics 2009.1
The xlsx file is generated, but excel exporter seems to limit to number of exported rows to 65k as if it was an old xls file : if FileLimitBehaviour is Throw exception, I get an exception. If it is truck the rows are trunked to 65K.
Any idea ?