We want to embed Aspose online excel editor into our angular application. Is it something possible ? If yes, what features are exposed through this.
Probably you are talking about Excel editor app. Please note, Aspose free apps are open source and for demonstration purpose powered by Aspose APIs. The Aspose.Cells.Editor is also one of the wrapper component that does use Aspose.Cells and Apose.Cells.GridJs on the backend. You may download its VS.NET (source) solution to extend/modify it a bit by yourselves to some extent (after browsing/understanding the code segments and APIs a bit).
We also recommend you kindly check and browse terms of service, especially the following points:
8.2 You may not (and you may not permit anyone else to): (a) copy, modify, create a derivative work of, reverse engineer, decompile or otherwise attempt to extract the source code of the service either online or in app form or (b) attempt to disable or circumvent any security mechanisms used by the website or app or any applications running on the service.
8.3 You may not develop software using service that offer remarkably similar or competing functionality as the service, or directly expose features of the service through an API for use by an unlicensed third party for any development platform, including but not limited to .NET, Java, SQL Reporting Services, JasperReports, SharePoint, Microsoft Dynamics, Microsoft Azure, Amazon Web Services (“AWS”), SalesForce.com, Google App Engine or any other PaaS (Platform as a Service) providers without prior written approval from Aspose.
etc.
@sadanand
from develop side,we don’t quite understand your scenario for angular application.as it is too general.
for Aspose online excel editor it basicly use GridJs.
however you can use GridJs or GridWeb ,they are both suitable for web applications .
you can find the example here
.net
java
we will have also scheduled GridJs java version in the next plan,it will be available in java soon
if you find any problem,you can attach you sample project and explain here for detail.