Aspose.Cells Html to Excel conversion not showing images

@kumar.penigalapati,

Please try our latest version/fix: Aspose.Cells for .NET v20.9.12 (attached)
Aspose.Cells20.9.12 For .Net2_AuthenticodeSigned.Zip (5.4 MB)
Aspose.Cells20.9.12 For .Net4.0.Zip (5.4 MB)
Aspose.Cells20.9.12 For .NetStandard20.Zip (5.4 MB)

Your issue should be fixed in it.

Let us know your feedback.

Thank you so much Ahsan Iqbal
I will try the fix today.

@kumar.penigalapati,

Please take your time to evaluate the new fix. Hopefully, it will fix your issue.

Ahsan Iqbal,
Thank you for the Fix, its working now i can see the images in excel file.
but one thing i observed was that the images are not positioned correctly and they are blocking some of the content in the sheets.
we have to move the images to see the content behind the images.
do you know if this is something you observed ? or can look at it.
Thank you for you looking into this issue.

Also one more thing do you have any timeframe where you will update the Nuget Pacakges ? so i can get the latest from Nuget rather from the dll you provided ?

@kumar.penigalapati,
We have observed the issue and logged your concerns with the ticket for further analysis. Next release via NuGet package manager is expected in a couple of days.

1 Like

The issues you have found earlier (filed as CELLSNET-47584) have been fixed in Aspose.Cells for .NET v20.10. This message was posted using Bugs notification tool by Amjad_Sahi. You may also get the version @ Nuget repos. (NuGet Gallery | Aspose.Cells 20.10.0).

1 Like

Thank you Ahsan Iqbal.

Ahsan Iqbal,
the fix kind of works when we use the dll from console app.
but when we use the same dll in asp.net web application then we are not seeing the images in exported excel file.
the code is same as the initial post which we started with.
the same code when we run it in console App we are able to see the images, but not in web application.
can you help us with this.
Thanks.

@kumar.penigalapati,
I have tested the scenario in a test ASP.NET application but could not observe any issue as the images are properly displayed in the output Excel file. Could you please share your simplified runnable solution with us for testing?

Ahsan Iqbal,
I have attached the zip file.
Thank you.
WebApplication7.zip (8.2 MB)

@kumar.penigalapati,
I have reproduced attached file using your application as it is. Image is present in the output so could you take a look and let us know your feedback. Aspose Test Images.zip (40.4 KB)

Hi Ashan Iqbal,
I am getting the excel file like the one attached.
I am using windows 10 and even in our dev and test environments its not working they are running Windows server 2012 R2.
do you see any dependency on any of these or anything else ?
Aspose Test Images.zip (7.3 KB)

Also one more thing we observed that the its taking lot of time to create a excel files.

@kumar.penigalapati,
We are analyzing this information and will share our feedback soon.

Hi Ashan Iqbal,
do you have any update on the issue ?
Thank you.

@kumar.penigalapati,
We are afraid that still no update is available in this regard. We are trying to get more information and will share immediately once ready for sharing.

@kumar.penigalapati,
Please add the following code to your web application:

ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls;
ServicePointManager.SecurityProtocol |= (SecurityProtocolType)0x300;
ServicePointManager.SecurityProtocol |= (SecurityProtocolType)0xC00;

Can you try it and let us know your feedback.

Hi Ahsan Iqbal,
No luck with this, still we are missing the images in excel.
Thank you.

@kumar.penigalapati,
We have noted your feedback and will share our comments soon.