jasonrogena / jasonrogena/php-excel-reader
Literal " " is displayed instead of whitespace
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. Use dump() to display any spreadsheet
What is the expected output? What do you see instead?
Top right cell reads " ".
Please provide any additional information below.
You forgot to append a semicolon in the code. Patch enclosed.
```
Original issue reported on code.google.com by `d...@cimpress.com` on 6 Jul 2010 at 7:12
Attachments:
- [patch.txt](https://storage.googleapis.com/google-code-attachments/php-excel-reader/issue-79/comment-0/patch.txt)
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 locating the dump() output path and reviewing the attached patch.txt. Confirm that the top-right spreadsheet cell displays whitespace rather than the literal " "; the issue says the fix is to append the missing semicolon.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100