Bug 65667 - XWPFTableRow.createCell() creates cell containing paragraph
Summary: XWPFTableRow.createCell() creates cell containing paragraph
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XWPF (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-02 12:39 UTC by aoellerer
Modified: 2022-01-06 03:00 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description aoellerer 2021-11-02 12:39:03 UTC
This concerns POI 5.1.0

When creating a cell from XWPFTableRow with createCell(), the created row contains an empty paragraph.
Comment 1 Sayi 2022-01-06 03:00:21 UTC
Please check 
- bug #65292(https://bz.apache.org/bugzilla/show_bug.cgi?id=65292)
- bug #64838(https://bz.apache.org/bugzilla/show_bug.cgi?id=64838)


Because table cell should include at least one block-level element.