How To Convert Excel File To Csv File 08 August 2017 Hello everybody, today I want to document a few lines of code which can help to convert excel file to CSV file with help of OLE: static void ConvertExcelToCsv(string excelFileName, string csvOutputFileName, int worksheetNumber = 1) { &... Read more on How To Convert Excel File To...