An Editable HTML Grid and AJAX

This week I had a need to an easy way to edit data presented in a tabular format. The idea that I was thinking of before doing any programming was and excel spreadsheet on the web but without Excel.
I found an easy example to follow in the form of an Editable HTML Grid example.