Add vba macro to excel

Hi,

I am using Aspose.Cells to dynamically generating reports from my web application to excel format.

I would like to add in vba macro (and run it when the report opened) in this dynamically generated excel report so that it can stop Excel from truncating text when cell contains more than 1024 characters.

Is this supported by Aspose.Cells? How can I achieve it?

Thanks.

Hi,

Thanks for considering Aspose.

Well, Currently we don't support to create / manipulate vba macros. Although if you could create them in your template file, Aspose.Cells will preserve them with data or other contents when you open and save the file.

Thank you.