Category Archives: Programming
Convert XLS file to CSV file using C#
I stumbled upon this great article by Yuan Wang which allowed you to convert an XLS file into CSV in C# (Convert XLS into CSV). It was created and compiled using Visual Studio 2005. I copied the code and compiled … Continue reading