mario.Database.get_extensions_excel#
- Database.get_extensions_excel(matrix, path=None)#
Write an Excel template for adding extensions to
EorV.- Parameters:
matrix – Target extension matrix. Accepted values are
"E"and"V".path – Output path for the workbook. When omitted, MARIO writes to the default Excel output directory.
- Returns:
The template workbook is written to disk.
- Return type:
None