Cleanup of close methods.

Removed the doCloseWorkbook method in favor of the normal doClose method.

The PoiItemReader now closes the InputStream and Workbook (for Apache POI >= 3.11)
This commit is contained in:
Marten Deinum
2015-01-19 20:54:19 +01:00
committed by Michael Minella
parent 1b2e749bcd
commit 30ff7bb1cd
4 changed files with 36 additions and 24 deletions

View File

@@ -28,7 +28,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.batch.version>3.0.3.RELEASE</spring.batch.version>
<jxl.version>2.6.12</jxl.version>
<poi.version>3.10.1</poi.version>
<poi.version>3.11</poi.version>
</properties>
<dependencies>