Skip to content

Commit

Permalink
Update StreamingSheetReader.java
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jan 19, 2024
1 parent 08d3829 commit 074605e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public CloseableIterator<Row> iterator() throws OpenException, ReadException {
} catch (IOException e) {
throw new OpenException("Failed to open stream", e);
} catch (XMLStreamException e) {
throw new ReadException("Unable to read sheet", e);
throw new ReadException("Unable to read row data", e);
}
}

Expand Down

0 comments on commit 074605e

Please sign in to comment.