I've used C# to work with excel table.
A good option was to use the Microsoft.Office.Interop.Excel library, this works very well, but it requires you to have Microsoft Excel installed. If you don't want to be dependent on Excel, then you can use NPOI library.