We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186cd76 commit 2b5688aCopy full SHA for 2b5688a
Excel Shapes/Hide or Unhide Shape/.NET/Hide or Unhide Shape/Hide or Unhide Shape/Program.cs
@@ -32,8 +32,8 @@ static void Main(string[] args)
32
//Saving the workbook as stream
33
FileStream outputStream = new FileStream("Output/Output.xlsx", FileMode.Create, FileAccess.Write);
34
workbook.SaveAs(outputStream);
35
- workbook.Close();
36
- excelEngine.Dispose();
+ outputStream.Dispose();
+ inputStream.Dispose();
37
}
38
39
0 commit comments