Interesting image filenames in generated HTML

Hello,


When using Aspose.Cells to convert a spreadsheet to HTML, any images saved have interesting filenames, for example,

CellsDrawing_Sheet2_0.com.aspose.cells.ImageFormat@2d15fd37

I would expect it to be

CellsDrawing_Sheet2_0.png

It looks like instead of adding a file extension, you’re adding a file format object.

The attached file will create such an image.

Ben


Hi,


After an initial test, I can notice the issue as you have mentioned by using your attached template file, the image name is strange with “com.aspose.cells…” addition in the output HTML file.

Sample code:

Workbook workBook = new Workbook(“example_with_pic.xls”);
workBook.save(“f:/Files/output.html”, SaveFormat.HTML);

For the sake of investigation, I have logged a ticket with an id “CELLSJAVA-40447” for your issue. We will look into your issue soon.

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

Thank you.

Hi,

Please try the latest fix: Aspose.Cells for Java v7.4.1.2 (aspose-cells-7.4.1.2.jar).

We have fixed your issue now.

Thank you.

Amjad,


Thanks for the quick fix! I can confirm the attached version resolves the issue.

Ben


Hi,


Good to know that your issue is resolved now.

I have closed your ticket. Feel free to contact us any time, if you need further help or have some more queries.

Thank you.

The issues you have found earlier (filed as CELLSJAVA-40447) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.