This little script will take a tab separated collection of rows of data
and make a table from it. Think of copying and pasting from a spreadsheet.
:)
I tried to make this sorta smart, but honestly, it isn't that robust.
It will totally make extra cells for data that has headers but no
matching cells, but that's about as far as it goes. Feel free to
gank the code and
screw around with it yourself.