jasonrogena / jasonrogena/php-excel-reader
select a specific sheet by its name
- Dominant language
- PHP
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
hi there !
I would like to know if it's possible to load a specific sheet by using its
name ?
for example echo $data->dump(true,true,'mySheet1');
```
Original issue reported on code.google.com by `jbmais...@gmail.com` on 2 Dec 2010 at 2:46
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the dump(true,true,'mySheet1') entry point and how the reader currently chooses a sheet. Check whether the existing API or examples document sheet selection. Done means a caller can request a sheet by name and receive that sheet's data, with behavior verified for the reported example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100