]> source.dussan.org Git - poi.git/commit
Bug 50298: Fix corruption of Workbook when setting sheet order. The
authorDominik Stadler <centic@apache.org>
Wed, 21 Aug 2013 22:08:20 +0000 (22:08 +0000)
committerDominik Stadler <centic@apache.org>
Wed, 21 Aug 2013 22:08:20 +0000 (22:08 +0000)
commit324a36e170d9cfadb02f33a0667f9049ec7a9e60
tree3a468dbbb3169ddb988dc7da3aa389246b627c48
parentd415bf5d06b5bcaa46bd99c24e39495156572d00
Bug 50298: Fix corruption of Workbook when setting sheet order. The
boundssheets themselves were adjusted, but not the corresponding
records.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516313 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/model/InternalWorkbook.java
src/testcases/org/apache/poi/hssf/usermodel/TestHSSFWorkbook.java
test-data/spreadsheet/50298.xls [new file with mode: 0644]