Can Aspose.Cell display (embed) its Workbook in a java swing application?

Can Aspose.Cell display (embed) its Workbook in a Swing application?

We want something that can create an spreadsheet or open existing spreadsheet file in our own java application (swing component). If yes, any sample code?

Thanks

Hi,



Thanks for your query.

Well, Aspose.Cells for Java is a spreadsheet management library used to create, manipulate, render or print MS Excel spreadsheets at every level. We do not provide any desktop based JAVA UI grid control. But we do have a JSP/servlets based Aspose.Cells.GridWeb (Java) grid control for the web environment for the purpose, if it suits your needs. Aspose.Cells.GridWeb is a grid based GUI control that works with a web server (e.g Tomcat) for web applications, see the Aspose.Cells.GridWeb Wiki Conf. Docs here:

Thank you.