Extract VBA Source code from office docs using Aspose?

I see that the component has a property that indicates if the office
file has a macro(s) or not. but is there a way to use the component to
actually extract the VBA source code?

Thank you,

Hi,

Thank you for considering Aspose.

Well, I am afraid, Aspose.Cells does not provide the feature to extract the VBA source code.

Thank You & Best Regards,

Hi,

Thanks for your inquiry.

Well, I 'm afraid we don't provide such feature. We only allow to check whether a workbook has macros or not. Also, you may delete macros in the workbook using Workbook.RemoveMacro() method.

Sorry for any inconvenience.

Thank you.