jasonrogena / jasonrogena/php-excel-reader
PHP-Excel-Reader only reading first 16384 rows of my spreadsheet
- Dominant language
- PHP
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
1.Upload this .xls file.
2.Use the Dump method to display it.
3.
What is the expected output? What do you see instead?
I expect to see the entire spreadsheet but I only see the first 16384 rows
Please provide any additional information below.
Here is the relevant code from my program
$data = new Spreadsheet_Excel_Reader($import_file, false, 'CP1251');
echo $data->dump(true);
```
Original issue reported on code.google.com by `patha...@twc.com` on 30 Aug 2009 at 3:32
Attachments:
- [sample 38000 rows.xls](https://storage.googleapis.com/google-code-attachments/php-excel-reader/issue-43/comment-0/sample 38000 rows.xls)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with Spreadsheet_Excel_Reader and its dump(true) entry point, then reproduce the problem using the attached sample 38000 rows.xls file. Trace why output stops at 16384 rows and verify that dumping the sample includes the entire spreadsheet.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100