I'm trying to use Spreadsheet::ParseExcel->Parse to read in an Excel spreadsheet, and am running into the problem that the call to ->Parse is taking way too long and using WAY too much resources. The Excel file I'm reading in is pretty large (~9.5MB), and is a burden on the parser. Has anyone else had this problem, and if so is there a way to parse only specified ranges of data with this package? Any help appreciated.