How do I remove and insert Macros/modules from an Excel document?

I need to add/delete/modify macros from an Excel document. Is this possible via Aspose?

Thank you

Hi,

Thanks for considering Aspose.

Well, Aspose.Cells does not support to manipulate macros (add, modify macros) but you may delete macros from your template file using Workbook.RemmoveMacro() method.

Thank you.