mario.Database.to_excel#
- Database.to_excel(path=None, flows=True, coefficients=False, scenario='baseline', include_meta=False)#
Export one scenario to the historical MARIO Excel format.
- Parameters:
path – Output path or directory, depending on the exporter backend.
flows – When
True, include flow matrices.coefficients – When
True, include coefficient matrices.scenario – Scenario to export.
include_meta – When
True, export metadata together with matrices.
- Returns:
Export files are written to disk.
- Return type:
None