ExcelResourceManager

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

Value members

Concrete methods

def cleanup(filePath: String): Unit

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

def cleanupAll(): Unit

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