Aspose Cells for java is taking too much time for converting the xls file to ods

Hi Aspose team,


The Aspose is taking too much time for converting xls file to ods file.
I have attached the file as reference.

The following code snippet is being used:

Workbook workbook = new Workbook();
workbook.open(“c:/temp/input/pivot+verification.xls”);
workbook.save(“c:/temp/input/pivot+verification_asp_tempL.ods”, 14);

Thanks
Vajahat Ali
Oulu,Finland

Hi,


Thanks for the file.

Please try our latest fixed version v7.0.2.3. it works fine and converts the file to ODS in a few seconds.


Sample code:


Workbook workbook = new Workbook(“pivot%2bverification.xls”);

workbook.save(“pivot+verification_asp_tempL.ods”, SaveFormat.ODS);



Thank you.

Hi Amjad,


Actually the problem is that we can;t use multiple versions of aspose simultaneously for the project. As in the different posts i have already mentioned that we are using the older version aspose-cells-2.5.4-java as we have to convert files/ convert charts to images and other functionality and this version was recommended by aspose cells team.

That’s why suggest us some “All in One” API. We are working on a mega project and its not possible us to switch versions rapidly.

Thanks
Vajahat Ali
Oulu,Finland

Hi,


We are afraid we cannot provide any fix based on older versions. We are already working on ODS formats conversions. We will start the work of supporting charts and other features for ODS format soon. Before we finish this work for the new version, we are afraid there is no better output than 2.5.4.21 (last fix of the v2.5.4 series) that you can get.

Thank you for your understanding and sorry for any inconvenience caused!