Can not get SmartArt Graphic while converting document of excel/word into html

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,


Thanks for providing us template file and some details.

After an initial test, I observed the issue as you mentioned. I found that SmartArt shapes are not rendered properly while converting Excel file to HTML. I used the following sample code with your template Excel file:
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);

I have logged a ticket with an id “CELLSNET-44454” for your issue. We will look into it soon.

Once we have an update on it, we will let you know here.

And, regarding your other issue of Aspose.Words APIs, please do post your issue with sample document and details into respective forum (Aspose.Words forums), one of my fellow colleagues from Aspose.Words team will help you soon there.

Thank you.

Hi Amjad ,


Thanks again with the quick response again. Your code snippet worked fine with the other files but some how it is not working with the attached file. Can provide any pointers on that.

Thank you.

Rehan

Hi,


Thanks for the template file.

Please see my reply here in your other thread if you are using JAVA code using Aspose.Cells for Java APIs to render the grouped autoshapes to image file(s).

And, if you are using Aspose.Cells for .NET to render your attached spreadsheet to HTML file format, please try our latest version/fix: Aspose.Cells for .NET v8.8.1 (latest version, you may download it from Downloads module). I have tested using my previous code segment with v8.8.1 using your template file, it works fine, the rendered HTML file is fine.

Thank you.

Hi,

This is to inform you that we are working over your issue logged earlier as "CELLSNET-44454". Hopefully, we can provide you the fix before the end of next week.

Thank you.

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.