]> source.dussan.org Git - poi.git/commit
When sorting the contents of a directory, do so in a way that doesn't upset Excel...
authorNick Burch <nick@apache.org>
Tue, 12 Dec 2006 18:21:41 +0000 (18:21 +0000)
committerNick Burch <nick@apache.org>
Tue, 12 Dec 2006 18:21:41 +0000 (18:21 +0000)
commitf49f4dba40b8b280988f3e81e1b61bbf71ca3863
treee689adb64b5408cb7c8fa8696907bb4234cc2b28
parentda9b705c5df569ac4d71be1aa8997d025cc3fdca
When sorting the contents of a directory, do so in a way that doesn't upset Excel when it comes to Macros. Correct logic from Bill, and fix+test from Yegor. See bug #39234

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@486265 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/poifs/property/DirectoryProperty.java
src/testcases/org/apache/poi/hssf/data/39234.xls [new file with mode: 0644]
src/testcases/org/apache/poi/poifs/filesystem/TestPropertySorter.java [new file with mode: 0644]