Add .xlsm extension to Excel Exporter module

1
Does anyone know if it is possible to add a new file type to the Excel Exporter module? I would like to use .xlsm (macro enabled) files in addition to .csv, .slx, and .slxs but I have not been able to figure out how to do it properly. Any help would be appreciated!
asked
1 answers
1

According to this

Macros

Macros can not be created. The are currently no plans to support macros. However, reading and re-writing files containing macros will safely preserve the macros. Recent versions of Apache POI support extracting the macro data via VBAMacroExtractor and VBAMacroReader

answered