|
@@ -141,6 +141,7 @@ public class ExcelCommonUtil {
|
|
}
|
|
}
|
|
result.put(name, ExcelSheet);
|
|
result.put(name, ExcelSheet);
|
|
}
|
|
}
|
|
|
|
+ workbook.close();
|
|
|
|
|
|
return result;
|
|
return result;
|
|
}
|
|
}
|
|
@@ -154,6 +155,7 @@ public class ExcelCommonUtil {
|
|
} else {
|
|
} else {
|
|
ExcelSheet = GetSheetContent(sheet);
|
|
ExcelSheet = GetSheetContent(sheet);
|
|
}
|
|
}
|
|
|
|
+ workbook.close();
|
|
|
|
|
|
return ExcelSheet;
|
|
return ExcelSheet;
|
|
}
|
|
}
|