I am trying to import a large amount of data through the Products -> Import/Export -> Excel Import feature of the Admin website. There are more than 30000 products to import and I have made sure the Excel file meets the requirements for the import. However once I click the Import button I get the following error back: Unable to read beyond the end of the stream. I know the error happens at the LoadSheet method of the ExcelToXml class but I am unable to debug that since there is no source code for that particular library. I have to say the import works fine with about 10000-11000 records so I could break my data into 4 smaller files and import them individually but wanted to post the question just in case there is any other solution to that. Any information on this is greatly appreciated!