I have Excel which contains Embed PPT.
I am just opening the workbook and saving it back having latest version of aspose cells (V21.5.0). When I check the saved Excel, the embed PPT is converted as an image and I cannot open PPT present in excel anymore However with older version of aspose cells(V18.7.0) it is retained correctly as PPT and I could open PPT as well.
Please do respond to my query as quickly as possible.
Thank you in advance.
using Aspose.Cells;
var workbook = new Workbook(@“C:\path\Template.xlsb”);
workbook.Save(@“C:\path\TemplateResult.xlsb”);