jasonrogena / jasonrogena/php-excel-reader

Attempting to use an .xls file from $_FILE

Open
#152 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
Dominant language
PHP
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```
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

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the reported sequence: upload an .xls file through a Zend file element, read it from $_FILE, and create a Spreadsheet Excel Reader object. Compare this with the working CSV upload and verify whether the uploaded workbook data becomes available; done means the cause and a working path, or a confirmed limitation, are documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.