Skip to content

Commit bf48592

Browse files
authored
Update Program.cs
1 parent bae5235 commit bf48592

File tree

1 file changed

+1
-1
lines changed
  • Getting Started/Console/.NET/Create Excel/Create Excel

1 file changed

+1
-1
lines changed

Getting Started/Console/.NET/Create Excel/Create Excel/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ static void Main(string[] args)
184184
{
185185
workbook.SaveAs(stream);
186186
}
187-
imageStream.Close();
187+
imageStream.Dispose();
188188
}
189189
}
190190
}

0 commit comments

Comments
 (0)