Dear People who provides service on line:
Here is a excel with the content of tables,text and SmartArt Graphic. And we can not get SmartArt Graphic while we convert this kind of excel into html by Aspose.Cells for .NET 8.8.0(DLLs Only) . We only get the content of tables and text.
As our test report and results, the offce documents such as word,excel but not ppt have this problem. And we are confused whether our way is not right, or the product is not able to support this feature.
(Aspose.Words for .NET 16.3.0 (DLLs only),Aspose.Cells for .NET 8.8.0(DLLs Only) )
We would aprreciate it very much if you can help us to fix issue or response us as soon as possible.
Thank you!
Best Wishes!
Hi,
e.g
Sample code:
Workbook workbook = new Workbook(“e:\test2\smart.xlsx”);
Aspose.Cells.HtmlSaveOptions options = new Aspose.Cells.HtmlSaveOptions( SaveFormat.Html);
options.ImageOptions.ImageFormat = ImageFormat.Png ;
workbook.Save(“e:\test2\out1.html”, options);
Hi Amjad ,
Hi,
The issues you have found earlier (filed as CELLSNET-44543) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.