Need mapping help while updating aspose dll

Hi

Can you please let me know the method should be mapped while we update tne ASPOSE.EXCEL dll to ASPOSE.CELL dll ?

There are some featiure and method names are not matching so, facing problem in updating code to next version of aspose dll

Hi,

Well, We made tremendous enhancements regarding existing features and incorporated many new features too. While upgrading from Aspose.Excel to new Aspose.Cells, you need to update your code (in your project) a bit in accordance with latest APIs set/model of Aspose.Cells for .NET. See the document for major/main changes in the APIs set:
http://www.aspose.com/docs/display/cellsnet/Upgrade+to+Modern+Aspose.Cells+Component

Also, in the latest APIs model, all the classes in Aspose.Cells are split into appropriate namespaces for easy access. see the topic here for reference:
http://www.aspose.com/docs/pages/viewpage.action?pageId=15565226

(Note: since you might be using very limited set of features e.g loading/saving Excel files, import/export data to data table, etc. so, your main namespace will be Aspose.Cells instead of Aspose.Excel in your existing projects)

We recommend to browse Aspose.Cells Docs with its API Reference to get familiar with the modern product:
http://www.aspose.com/docs/display/cellsnet/Home

Also check the offline demos for your reference:
http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/entry291698.aspx

Thank you.