When I used TextMate there was a very neat plugin that allowed you to basically paste an Excel document into the TextMate document and then when you ran it, the tab separated columns/cells would be converted into an HTML table. This was a huge time saver when we needed to update several tables a day in a site. The client would sent us the Excel documents with the updated information, I would just open it, copy all the columns into TextMate, run the command (called “tabs to tables” or something like that) and I could just copy the resulting HTML code into the website.
I’ve been looking for something like this for Sublime Text with no luck, is there a plugin with said functionality?