jasonrogena / jasonrogena/php-excel-reader

Literal "&nbsp" is displayed instead of whitespace

Open
#79 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. 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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.