aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFChartSheet.java
Commit message (Expand)AuthorAgeFilesLines
* Remove some deprecated *SSF APIsPJ Fanning2017-06-281-2/+0
* Issue #60971, handle formula chart titlesGreg Woolsey2017-04-111-1/+1
* Fix compiler warnings and ensure CTChartSheets stays included and is not refa...Dominik Stadler2016-04-121-11/+11
* junit4 assert* improvements, add CTChartsheet to unit test so that it's compi...Javen O'Neal2016-04-121-7/+12
* convert to junit4Javen O'Neal2016-04-121-2/+9
* more progress with xssf chart api, see Bug 51196Yegor Kozlov2011-09-101-1/+1
* Initial support for XSSF Charts. Provides easy access to the underlying CTCha...Nick Burch2011-04-081-0/+13
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-261-31/+5
* avoid NPE when calling methods from the superclass and initialize XSSFChartSh...Yegor Kozlov2009-11-031-0/+84