Conversion from xls to xlsx

Hi Everyone,

I am using the previous version of Aspose.cell version 3.7, now I have upgraded to version4.4 which accepts excel2007. There are many changes in code for referencing the new one. Please help me in this regard.

Thanks,

cracks.

Hi,

Thanks for considering Aspose.

The latest Aspose.Cells component is more reliable, stable and prosperous with enhanced and advanced functionality. I think there is not much labor involved upgrading to the newer Aspose.Cells. However, when you upgrade to the newer Aspose.Cells. Some APIs (classes, struct, enumerations) are added based on some advanced features that we now offer, the previous classes (with their members) are retained and optimised but a few classes are renamed, some additional members (properties, methods etc.) are also included of the classes with a very few excluded.

There are a few APIs which are replaced now, for example,

1. Excel class is replaced by Workbook class.

2. ExcelDesigner class is replaced by WorkbookDesigner class.

3. ExcelHelper class is replaced by CellsHelper class.

For Complete Reference, please check the Aspose.Cells Documentation with APIs: http://www.aspose.com/documentation/file-format-components/aspose.cells-for-.net-and-java/index.html

Feel free to contact us any time, if you need further help


Thank you.