]> source.dussan.org Git - poi.git/commit
Initial support for XSSF Charts. Provides easy access to the underlying CTChart objec...
authorNick Burch <nick@apache.org>
Fri, 8 Apr 2011 20:51:52 +0000 (20:51 +0000)
committerNick Burch <nick@apache.org>
Fri, 8 Apr 2011 20:51:52 +0000 (20:51 +0000)
commitd290f515a4094ce222f21c4e69f1e133b2954a7e
tree6e0887594fcc41a4cf53a5ff85fc923246585593
parent4a24d9babfe671a9418cdc0df2311d38aac4af87
Initial support for XSSF Charts. Provides easy access to the underlying CTChart object via the Sheet Drawing, but no high level interface onto the chart contents as yet.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1090442 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFChart.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDrawing.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRelation.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFChart.java [new file with mode: 0644]
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFChartSheet.java