Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
Exporting to excel 2007 from 8.2
posted

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

Parents
  • 44743
    Verified Answer
    posted

    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.

Reply Children