I am trying to export to Excel a tab delimited file that contains two columns. I'm not able to find examples that show how to do this with EPPlus. Most examples I have seen pertain to LoadFromDatabase. My guess is to read the file and store the data as an array or an array list and then perform a LoadFromArrays. I am trying to export to Excel a tab delimited