sarego
sarego

Reputation: 3027

What is the easiest way to display an editable list(like a spreadsheet) in HTML?

We have a requirement to display an editable list in a web page.

What would be the easiest way to do that? Farpoint Spread was something I have used to achieve this earlier but it was quite slow when a large number of records were involved and it needed to be coded in VBScript. Besides it wasn't free.

I would be looking for a JavaScript solution and I can't afford to buy one. Also is there anything else you can think of other than a spread?

Upvotes: 5

Views: 872

Answers (4)

MikeAinOz
MikeAinOz

Reputation: 128

Try this guy: http://www.visop-dev.com/jquerysheet.html , this is on my list of things to try but I haven't got around to it! It's free but I think a donation would be nice.

Upvotes: 0

user161139
user161139

Reputation:

FarPoint has an ASP.Net solution: http://www.fpoint.com/netproducts/spreadweb/spread.aspx

Upvotes: 0

Christian C. Salvadó
Christian C. Salvadó

Reputation: 827178

I like JQuery.Spreadsheet UI, try this demo, very nice...

Upvotes: 1

Opulens
Opulens

Reputation: 46

Also found at: http://code.google.com/p/completeui

Upvotes: 0

Related Questions