My issue lies with Microsoft.Office.Interop.Excel
. I would like to get rid of references to it, because it requires an install of Excel on the machine that you're running a particular piece of code that references the .dll.
What this means in practice is that I have started using EPPlus to modify Excel files, workbooks, worksheets, etc...
EPPlus has functionality to save to .csv, but only starting from version 5, which requires a paid license. For budgetary reasons, I will not be purchasing that license, and therefore be staying at a previous version of EPPlus.
Though, this means that I have no convenient way of saving an Excel file (xslx) as csv.
Can anybody tell me a way of saving an excel sheet as CSV without using Interop.Excel