Override Save to HTML

Hi,

I want to insert my custom markup to the exported HTML file generated while Excel is being saved as HTML. I dont want to manipulate the generated html file rather implement an interface or override an abstract class method to try an tap into the HTML export process.
Is there any way of achieving this?

Thanks.

Hi Ricky,


Thank you for contacting Aspose support.

Unfortunately, the implementation of Aspose.Cells API does not allow to override the HTML rendering mechanism. Please note, Aspose.Cells API behaves exactly as MS Excel application when it comes to rendering the spreadsheets in HTML format. Moreover, it is essential to follow MS Excel’s guidelines & standards therefore your requirement may not be accomplished using Aspose.Cells API.