]> source.dussan.org Git - poi.git/commit
Fix bug #50829 - Support for getting the tables associated with a XSSFSheet
authorNick Burch <nick@apache.org>
Fri, 25 Feb 2011 21:44:09 +0000 (21:44 +0000)
committerNick Burch <nick@apache.org>
Fri, 25 Feb 2011 21:44:09 +0000 (21:44 +0000)
commit5cf593d1c7f80e07ff366c538bc21a770aa48a95
tree31fc8749b44853b88a397d38c05b8be11f19ef5c
parent6ef52df6dd6c36f21abaacc0f3eea0583191681d
Fix bug #50829 - Support for getting the tables associated with a XSSFSheet

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1074710 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/ooxml/java/org/apache/poi/xssf/model/Table.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFSheet.java
test-data/spreadsheet/WithTable.xlsx [new file with mode: 0644]