spreadsheetxml-spreadsheet

Spreadsheet-like functionality in web app


I have a web app for commercial property management that needs spreadsheet-like functionality for doing budgets. I don't want to use Google Sheets because my users won't necessarily have a Google account.

So is there anything out there that I could use?

I looked and could only find SocialCalc which wasn't quite good enough for me.

Options:

  • ExtJS Grid Component (Open Source[GPL3] & Commercial License)
  • Infragistics Grid Component (Commercial License)
  • TreeGrid (Commercial License, Free Version has maximum of 33 rows)

  • Solution

  • If you don't mind implementing the logic yourself, the ExtJS grid component is a JavaScript grid component with lots of powerful features, and it is available in both open-source and commercial versions.