.xls to .html path issue reappeared

Hi,

.xls to .html path issue reappeared in the new release.

please refer the link

Convert xls to html using Aspose.Cells for .NET in C#

–karthikeyan

Hi,

Thanks for pointing it out.

OK,We will look into it.

By the way, which version/fix of Aspose.Cells for Java you are using?

Thank you.

Hi,

I downloaded the Aspose Total for Java on Oct’ 29 2008 to upgrade my existing one downloaded on Jun’ 11 2008.

The fix version is on the other thread that I have mentioned above.

I don’t see any version info within that zip. Does it have any?

–karthikeyan

Hi,

You may use the following code in a Java program to get the version info for the Aspose.Cells for Java component:

//Instantiating a Workbook object
Workbook workbook = new Workbook();
System.out.println(CellsHelper.getReleaseVersion());

Thank you.

Hi,

Okay
The Aspose Cells fix version that I got separately is 1.9.5.2.

And in the latest Aspose Total that I was trying to upgrade shows 1.9.5.1 for Aspose Cells. I downloaded the Total again today which says the same 1.9.5.1.

A text file saying the current version inside all libs of Aspose Total will really be helpful. Downloads and upgrades may not happen on the same day :slight_smile:

–karthikeyan

Hi,

We have tested your scenario with our latest version/fix (attached) on Linux, but could not reproduce the path issue you have mentioned. Kindly try the attached fix. If you need latest official release, kindly wait for a few days as our next official releas is due before the end of this week or so.

Thank you.

Hi,

thanks, I will wait for the next official release.


–karthikeyan