I'm a little new to C# but I had started working on this project for a company and I'm a little stuck as to how to even prepare this code.
A little background, the company has been trying to read an excel file from the local machine and display it as a DataTable in C# so that it may correlate with the fields/values inside the excel file. Since that method is still kind of "hard-coded" they want something more "automated" so they tasked me with reading from the .exe file in the Debug folder of my solution and attempt to display it inside the C# code as a DataTable (or similar) so that I may read all contents of it and update our website with that information. I would also like to know if it's possible, as I'm not sure if it is or not, so by any means correct me if I'm wrong.
I have looked around google for similar help topics but it seems none match my case exactly.
I do not need to be spoon-fed anything but a little helper code or a step in the right direction will be greatly useful for me and appreciated.