jasonrogena / jasonrogena/php-excel-reader
one error while parsing my excel
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
1. read the excel file of the attached file below
2. $data->read('Cupid_wrong.xls');var_dump( $data->sst ); die();
3. the special cell in the Cupid_wrong.xls:
"array (
'suc' => true,
'err_no' => 0,
'msg' => '',
'result' =>
array ( ),
)"
makes the other cells after it all wrong, why?
```
Original issue reported on code.google.com by `chaogang...@163.com` on 10 Sep 2010 at 9:48
Attachments:
- [Cupid_wrong.xls](https://storage.googleapis.com/google-code-attachments/php-excel-reader/issue-87/comment-0/Cupid_wrong.xls)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with the attached Cupid_wrong.xls file and the shown read('Cupid_wrong.xls') call, then inspect how the parser handles the reported sst result and subsequent cells. Done means the cells after the special cell are read correctly, with coverage demonstrating the behavior for Cupid_wrong.xls.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- data
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100