Skip to content

Commit

Permalink
#239 close input stream
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-asprino committed Dec 6, 2023
1 parent 0c97b28 commit e49b7e9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ public void triplify(Properties properties, FacadeXGraphBuilder builder) throws
populate(s, dataSourceId, builder, headers, evaluateFormulas, compositeValues, ignoreColumnsWithNoHeaders, headersRow);
});

wb.close();

}

@Override
Expand Down

0 comments on commit e49b7e9

Please sign in to comment.