Hey guys, I am trying to import a text file into excel using C#. I do a lot of coding already for Excel using Visual Studio, but I am having trouble figuring how to access the import external data tool in Visual Studio. I am trying to avoid reading in the file line by line and importing myself since I am sure this built in tool is a lot more efficient and quicker. Any ideas? Is this even possible? Thank ahead of time.