io.github.quafadas.scautable.ExcelResourceManager
Utility object for managing Excel workbook resources and lifecycle
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Cleanup resources for a specific Excel file when no longer needed.
Cleanup resources for a specific Excel file when no longer needed.
This method should be called when you know that no more operations will be performed on a specific Excel file to free up memory immediately.
Value parameters
-
filePath
-
Path to the Excel file to cleanup
Attributes
Cleanup all cached Excel workbook resources.
Cleanup all cached Excel workbook resources.
This method is useful for application shutdown or when you want to free up all Excel-related memory immediately.
Attributes