Description
-----------
Creates a table from information in an Excel table.  This uses the Excel API to read the Excel document.  The sample is currently written for 64-bit and requires 64-bit office.  You'll also need to install the programming library for Excel which you can get by using the NuGet Package Manager functionality in Visual Studio and install Microsoft.Office.Interop.Excel. 

Instructions
------------
Have a drawing open, run the exe and browse to an Excel file. Enter any string in the "Table Name" field which be used as the title of the table.  Finally, click "Create" and it will create a table with the Excel data.