We have Aspose.Excel 3.4.4.0 and want to upgrade. If we do, will we have to change our code?
rpk
This message was posted using Support 2 Forum
We have Aspose.Excel 3.4.4.0 and want to upgrade. If we do, will we have to change our code?
rpk
Hi,
Thanks for considering Aspose.
Well, Aspose.Excel has been renamed to become Aspose.Cells now, which is more stable and feature rich component. The older APIs are pretty much the same except a few minor ones are renamed and reshaped, which are now more optimized and enhanced with some of their new members included and added. It also has some new APIs with their members added based on some advanced features.
Following are some minor ugradion, you have to keep in mind and adjust it in your code. E.g.,:
1. Excel class is now replaced by Workbook class.
2 ExcelDesigner class is now replaced by WorkbookDesigner class.
Kindly check the Aspose.Cells APIs
And Check Aspose.Cells wiki docs:
Thank you.