List Aspose.Cells versions for .net

Hi,

Can anyone give me the list for Aspose.Cells Versions from starting to latest version of aspose version.

Thanks in advance,

Hi,


Well, it will be a huge list, as there are many versions that are released over the years. I will try to give you some release notes of different versions that are released in the last year or so, but first I will paste some information about v5.0.0. in which we changed our API model set, I will write some quotes etc.

With the release of Aspose.Cells for .NET version v5.0.0, we have re-organized the API classes for Aspose.Cells component. This change has some major aspects that we follow. We have added new namespaces. All the API (classes, interfaces, enumerations, structures etc.) were previously located in the Aspose.Cells namespace. Now, certain sets of API have been moved to their relative namespaces, which make the relationship of classes (with their members) and namespaces clear and simplified.

Namespaces

All classes in Aspose.Cells are split into appropriate namespaces for easy access. The Aspose.Cells namespace is of course the root namespace that provides classes for generating, converting, modifying, rendering and printing Microsoft Excel documents without utilizing Microsoft Excel.

Namespaces in Aspose.Cells for .NET
Aspose.Cells
Aspose.Cells.Charts
Aspose.Cells.Drawing
Aspose.Cells.Rendering
Aspose.Cells.Rendering.PdfSecurity
Aspose.Cells.Pivot
Aspose.Cells.Tables
Aspose.Cells.Properties
Aspose.Cells.Markup
Aspose.Cells.DigitalSignatures

Check the topic:
http://docs.aspose.com/pages/viewpage.action?pageId=15565226



v7.0.0:
http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/entry324931.aspx

v7.0.1:
http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/entry328122.aspx

v7.0.2:
http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/entry335485.aspx

v7.0.3:
http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/entry342530.aspx

v7.0.4:
http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/entry350020.aspx

v7.1.0:
http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/entry355234.aspx

v7.1.1 (latest):
http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/entry360981.aspx

Thank you.