Re: svn commit: r1795002 [3/3] - in /poi/trunk: ./ src/java/org/apache/poi/ss/usermodel/ src/ooxml/java/org/apache/poi/xssf/model/ src/ooxml/java/org/apache/poi/xssf/usermodel/ src/ooxml/testcases/org

2017-05-12 Thread Greg Woolsey
Thanks! It's in XSSFBuiltinTableStyle.init() and TestTableStyles.testBuiltinStyleInit() tests it. The issue is having to do something custom in the first place, since the specification XML isn't quite the same format as styles.xml. I documented it in the init() method. I parse the whole

Re: svn commit: r1795002 [3/3] - in /poi/trunk: ./ src/java/org/apache/poi/ss/usermodel/ src/ooxml/java/org/apache/poi/xssf/model/ src/ooxml/java/org/apache/poi/xssf/usermodel/ src/ooxml/testcases/org

2017-05-12 Thread Nick Burch
On Fri, 12 May 2017, Greg Woolsey wrote: Argh, fat fingered it before I could type my comment. No worries! We all do it eventually... Don't forget you can edit the message later: http://stackoverflow.com/questions/2184317/change-svn-commit-message-retroactively My implementation is really

Re: svn commit: r1795002 [3/3] - in /poi/trunk: ./ src/java/org/apache/poi/ss/usermodel/ src/ooxml/java/org/apache/poi/xssf/model/ src/ooxml/java/org/apache/poi/xssf/usermodel/ src/ooxml/testcases/org

2017-05-12 Thread Greg Woolsey
Argh, fat fingered it before I could type my comment. This is initial read-only API support for Table Styles, including the specification defined built-in table and pivot table styles, issue #61085. This includes some new SS interfaces, including one to start to bridge common functionality