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
65
Infragistics.Workbook.Load gives error
posted

Hi all,

I try to load .xls (Excel 2003) file into Infragistics ( version Infragistics.Excel.v8.3) in NETAdvantage of ASP.net. It works for most of the .xls file but when if the Excelsheet have Filter columns then it throws an exception that  'The maximum number of columns in an excel worksheet with the current format is: 256 '

can anybody please help me why some excel files are not loaded by infragistics? I am using V8.3 for Web.

Thank you,

Priya

 

 

 

Parents
  • 1175
    posted

    Hi Priya,

    The MaxColumnCount in Excel2003 is 256 so you cannot have more columns than that in Excel2003. I would advise you to use Excel2007 which supports more than 256 columns. This is an error due MS Excel limitations and not Infragistics.Excel.

    Thanks.

Reply Children