Aspose.Cells .NET How to evaluate HTML export when all that is exported is the Free version sheet?

Hi, I am currently evaluating the Aspose.Cells and doing a proof of concept before OEM purchase. I have successfully managed to manipulate an Excel template and export it as a XLSX files, but when I want to export it as a HTML suited for email SaveAsSingleFile = true and ExportActiveWorksheetOnly = true. Is there a better way to export it to HTML that will work for all email clients? My preferred way is the CID with attachments which I can extract from the HTML. I can extract the base64 images from the HTML and replace them with CID ids. I am wondering if there is another way to achieve this?

@karl.sjostrand,

Thanks for considering Aspose.

I think you’re doing okay. The “SaveAsSingleFile” attribute will create a single output HTML file. This option is used when you’re rendering a sheet in the workbook to a standalone (single) HTML file, and it will export images as base64, saved/written in the source HTML itself.