jasonrogena / jasonrogena/php-excel-reader

Excel Sheet Search Error

Open
#124 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

```
What steps will reproduce the problem?

im using this php reader to retrieving data from xls sheet and its works well
the xls sheet having 150 records. its limited to 20 records per page to show on
result page .there is a search box and button to search some specific data ,
the search parameter giving the result from first page result only. i can't get
result from full excel sheet.

What is the expected output? What do you see instead?

i need the reader to search whole xls sheet and give me result, but this one
giving me from first 20 records only.

Please provide any additional information below.
i dont understan whats wrong here, y can't search full records on xls sheet. im
expecting some ones help to solve my problem. plz see the attach file below for
code
thnxx..
```

Original issue reported on code.google.com by `tamiln...@gmail.com` on 1 Aug 2011 at 3:48

Attachments:
- [heritagetree.php](https://storage.googleapis.com/google-code-attachments/php-excel-reader/issue-124/comment-0/heritagetree.php)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by inspecting the attached heritagetree.php and trace how the search request is applied alongside the 20-record pagination. Reproduce the issue with a sheet containing 150 records, then verify that matching records beyond the first page are included in the search results.

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
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.