henck / henck/rtf-html-php

No reading the empty cell of table in output as span

Open
#18 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
107
Forks
79
PR merge metrics
No merged PRs in 30d

Description

I have a .rtf file with a table of data . I can read all the cell and make an array after parsing.
according to this example it should be 14 total count of array but i am getting 13
I mean to say its not reading the empty cell of table. plz help me how can read this empty cell as well .

In empty cell there is  

`

Seq.

ID

Key

Scored

Num Options

Domain

Flags

1

1

C

 

4

ScienceG8V1

2

`

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

The issue names no repository file, test, or entry point. Start by reproducing the PHP RTF-to-HTML conversion with the supplied table and inspect how the cell containing   is represented in the parsed output. Done means the empty table cell is retained in the resulting array and the example produces 14 entries.

Written by the indexing model from the issue text.

Assessment

Tech stack
html, php
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.