Bug 61949 - XSSFTable should support create/update functions
Summary: XSSFTable should support create/update functions
Status: NEW
Alias: None
Product: POI
Classification: Unclassified
Component: XSSF (show other bugs)
Version: 3.17-FINAL
Hardware: PC Mac OS X 10.1
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks: 59268
  Show dependency tree
 
Reported: 2018-01-01 15:11 UTC by PJ Fanning
Modified: 2018-02-08 19:53 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description PJ Fanning 2018-01-01 15:11:04 UTC
https://github.com/norbert-radyk/spoiwo/blob/master/src/main/scala/com/norbitltd/spoiwo/natures/xlsx/Model2XlsxConversions.scala

This code needs to use OOXML XMLBeans classes like CTTable* because the existing XSSFTable* classes don't make it possible to add the table details.