jasonrogena / jasonrogena/php-excel-reader

one error while parsing my excel

Open
#87 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

auto-migrated Priority-Medium Type-Defect
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.