Excel-style grid/table

Hi there, I am thinking of making an Excel-style grid interface to work with some tabularish data. Has anyone tried something like this before? Is some kind of subclass of TableListBox recommended? Or would it be better to arrange a grid of custom components from scratch?

Thanks in advance!

Depends if you want to be able to drag and select columns/rows … in which case, embedding TextBox’s into a TableListBox seems like the way to go …