Actually just did some debugging and figured out the issue. Essentially its due to the fact that the file I was trying to load was referenced using a stream wrapper, and PHPExcel doesn't play nicely with them (specifically the canRead() method can't read the file, so it fails to use the reader it detected, and instead tries to use whatever it finds through the autoresolveclasses loop further down)
↧