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
265
Excel export for rows greater than 65k Office 2007 Using Infragistics3.Excel
posted

Application is configured to use 3.5 framework.
Using Visual Studio 2008

I am using Infragistics3.Excel.v9.1.dll
Infragistics3.Win.UltraWinGrid.ExcelExport.v9.1.dll

with Office 2007 installed

and Saving the file as Test.xlsx ( oExcel.Export(uGrid, "Test.xlsx", Infragistics.Excel.WorkbookFormat.Excel2007))

I still get too many rows error if FileLimitBehaviour is set to ThrowException Or truncates to 65536 rows if I choose truncatedata option on the ExcelExport.

What am I missing?

I saw on the other post that it was an issue in 2008 volume 3 but was hoping you guys fixed it in Volume 2009.1 (http://blogs.infragistics.com/forums/p/20735/74736.aspx)