[bug-64879] SXSSFSheet dispose() fails to remove Temporary files for java.io.IOException: No space left on device

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883171 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2020-11-07 09:37:49 +00:00
parent 90a9288bfc
commit 578b71b127
1 changed files with 1 additions and 0 deletions

View File

@ -1916,6 +1916,7 @@ public class SXSSFSheet implements Sheet
} finally {
ret = _writer == null || _writer.dispose();
}
return ret;
}
@Override