Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
monitorjbl committed Apr 30, 2016
1 parent d1f2a80 commit 2fce773
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.monitorjbl</groupId>
<artifactId>xlsx-streamer</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>Streaming Excel reader</name>
<description>Streaming Excel reader</description>
<url>https://github.com/monitorjbl/excel-streaming-reader</url>
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/com/monitorjbl/xlsx/StreamingReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,15 @@ public int getBufferSize() {
}

/**
* @return The sheet index
* @deprecated This method will be removed in a future release.
*/
public int getSheetIndex() {
return sheetIndex;
}

/**
* @return The sheet name
* @deprecated This method will be removed in a future release.
*/
public String getSheetName() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public class StreamingWorkbookReader implements Iterable<Sheet>, AutoCloseable {
* a StreamingWorkbook using its own reader implementation. Do not use
* going forward.
*
* @param pkg The POI package that should be closed when this workbook is closed
* @param reader A single streaming reader instance
* @param builder The builder containing all options
*/
Expand Down

0 comments on commit 2fce773

Please sign in to comment.