kenan77 / php-excel-reader

Automatically exported from code.google.com/p/php-excel-reader
0 stars 0 forks source link

Attempting to use an .xls file from $_FILE #152

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. Upload an xls file using a Zend file element
2. Grab the file via $_FILE
3. Create a Spreadsheet Excel Reader object

There are no errors and the page executes property, however there is no data in 
the new object.

I've checked the upload process itself, and I'm able to work with a csv file 
(without using php-excel-reader).

Any suggestions? Is it possible to use php-excel-reader with an uploaded file?

Original issue reported on code.google.com by ahamm...@fisdap.net on 10 Aug 2012 at 8:45