views:

161

answers:

2

I'm trying to figure out how to create basic functionality of a excel spreadsheet in a web app. Is basic Ajax the best way or is there a good framework for this?

+1  A: 

qooxdoo is one of the best for these kind of applications, in my opinion.

The reason is because it implements its own Widget system (like Cappuccino), completely using divs and canvas elements, making the development experience much more like a desktop.

Luca Matteis
A: 

Are you looking to implement saving? Or semi-advanced data retrieval (such as from a database)?

Because I think you can get away with just the Javascript and not have to tap the server too much.

toast
Yes there will be a database backend part