]> source.dussan.org Git - poi.git/commit
Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XSSFWorkbo...
authorNick Burch <nick@apache.org>
Fri, 1 Aug 2014 14:33:17 +0000 (14:33 +0000)
committerNick Burch <nick@apache.org>
Fri, 1 Aug 2014 14:33:17 +0000 (14:33 +0000)
commitceb9427afb11bfbb9f805d032c98b173df0c0b37
treef1084b29283c19062967814356503ea68312c725
parentb930bedbc0d8132196e2dae06d1fe6fc3cbd943f
Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XSSFWorkbook is passed a .xlsb file

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615118 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/OldFileFormatException.java
src/java/org/apache/poi/UnsupportedFileFormatException.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xssf/XLSBUnsupportedException.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRelation.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFBugs.java
test-data/spreadsheet/Simple.xlsb [new file with mode: 0644]