Skip to content

Commit

Permalink
Update StreamingWorkbookReader.java
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jan 18, 2024
1 parent 80861d5 commit ca4998d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public StreamingWorkbookReader(Builder builder) {
* @throws ReadException if an error occurs while reading the file
* @throws ParseException if an error occurs while parsing the file
*/
public void init(InputStream is) {
public void init(InputStream is) throws OpenException, ReadException, ParseException {
if (builder.avoidTempFiles()) {
try {
if(builder.getPassword() != null) {
Expand Down

0 comments on commit ca4998d

Please sign in to comment.