Bug 58579

Summary: [PATCH] poi-ooxml-schemas misses CTTableStyleInfo class
Product: POI Reporter: Daniil Lopatin <solid.danil>
Component: XSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal CC: solid.danil
Priority: P2    
Version: 3.13-FINAL   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: Test to CTTableStyleInfo into ooxml lib

Description Daniil Lopatin 2015-11-03 20:14:56 UTC
Created attachment 33252 [details]
Test to CTTableStyleInfo into ooxml lib

poi-ooxml-schemas misses class org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyleInfo. It's used for table configuration.
Added unit test to include it to the library.
Comment 1 David North 2015-11-05 13:44:40 UTC
Thanks for the patch. Applied in SVN r1712769