Hi,
We are currently using Winforms NetAdvantage 8.2.20082.2204 and our solution targets the 3.5 version of the .NET framework. We need to export to excel version 2007 since we are hitting the 64k row limit.
The problem is, since this is a CAB module, that we can't upgrade to a higher version (at least not without upgrading the shell and all modules which is impossible at the moment) note that we are using the "Versioned" assemblies (have "v8.2" as suffix)
Is there any way to export to excel 2007 using the 8.2 version?
Thanks in advance
Support for the Excel 2007 format was added in 8.3, so there is no way to save in that format in 8.2. Are you populating the Excel object model directly or are you using a grid exporter? If you are populating it manually, you can upgrade the Excel library only without upgrading the other assemblies.
I am in the same boat but I am populating it manually. You mention that is a way to upgrade just the Excel library without the other assemblies. How would I go about doing that?
e.g. can I purchase just the Excel library for 8.3 or can you purchase just the Excel library for any given version?
Unfortunately we are using the grid exporter
Thanks for your quick reply