assets_guardian.core.domain.engines.excel_engineο
Classes
Engine responsible for generating the reference Excel repository. |
- class assets_guardian.core.domain.engines.excel_engine.ExcelEngine[source]ο
Bases:
objectEngine responsible for generating the reference Excel repository.
- generate(data: Any, ctx: Context, output_path: str | None = None) None[source]ο
Generates the Excel file from data collection results.
- Parameters:
data β Data collection results.
ctx β The application context.
output_path β Destination path for the Excel file. If not provided, it is computed from the configured path, replacing the βDATEβ placeholder with todayβs date if present.