public void TearDownSheetAndWorkbook() { if (sheet != null) { sheet.Dispose(); } if (workbook != null) { workbook.Close(); } }