Skip to content

Commit

Permalink
Merge pull request #1385 from houlongchao/master
Browse files Browse the repository at this point in the history
fixed SXSSFWorkbook can not clear temp files when it called Dispose() on the IWorkbook interface.
  • Loading branch information
tonyqus authored Oct 19, 2024
2 parents 6aff36e + e9d8065 commit 7bc2131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ooxml/XSSF/Streaming/SXSSFWorkbook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ public bool IsDate1904()

void IDisposable.Dispose()
{
this.Close();
this.Dispose();
}


Expand Down

0 comments on commit 7bc2131

Please sign in to comment.