How to add xlsm reciepe
-
I need to add excel sheet with macro enabled feature how to do it
-
hi! i think this is not supported at the moment, mostly because the
xlsx
extension just output files with.xlsx
after that probably macros format can be added to the xlsx template, but i'm not 100% sure about that because i don't know how excel with macros xml format look like. let's see if we can do some research and see if it is easy to implement it in the currentxlsx
recipe. if you are willing to experiment another option for you can be to look at the code of xlsx-recipe and try to tweak it to add the support forxlsm
files, basically making your own custom recipe based onxlsx
recipe code.