Bug 46308 - XWPFTable - basic support for table
Summary: XWPFTable - basic support for table
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XWPF (show other bugs)
Version: 3.5-dev
Hardware: PC Mac OS X 10.4
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-28 07:19 UTC by Gisella Bronzetti
Modified: 2022-07-06 11:50 UTC (History)
1 user (show)



Attachments
patch XWPFTable (48.60 KB, application/octet-stream)
2008-11-28 07:19 UTC, Gisella Bronzetti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gisella Bronzetti 2008-11-28 07:19:07 UTC
Created attachment 22959 [details]
patch XWPFTable

Basic support for table. By applying this patch will be possible create a table with defined rows/columns and set some text in each cell.
Added a simpleTable example
Comment 1 Yegor Kozlov 2008-12-17 12:07:52 UTC
Applied in r727498

Yegor
Comment 2 Vladislav Arakelov 2022-07-06 11:50:39 UTC
Why new XWPFTable() creates a single row, cell and a paragraph?? Why was it necessary? As a result - when I load a document with an empty (having 0 rows, completely invisible) table, and then save it - I get a new empty cell there.