Hi,
I'm trying to load an Excel file and the Load function through an exception 'Attempted to read past the end of the stream'
It is an Excel 2003 file and I can open it using Excel.
Thanks for your help,
You might need to get the latest service release, if you don't already have it.
How to get the latest service release - Infragistics Community
I'm seeing this sane issue with 2012.1 with trying to open a particular excel file. I get this message on Load:
"Attempted to read past the end of the stream"
Is this fix in 12.1? Or would this be a different issue?
Hello Darshana,
I have verified that this issue has been fixed in the version 2011 vol1 and up. Please upgrade your version to 11.1 or a newer one, where this has been already resolved.
Thank you for contacting Infragistics.
Hi I am using Infragistics excel 10.3 and still I am getting the "Attempted to read past the end of the stream" error when I try to import an excel in to our application. It throws the error @
wbExcel = Workbook.Load(sExcelFile);
I believe this issue has already been reported (issue id 101503) and fixed. Try upgrading to the latest SR and see if that fixes your issue.