I’m looking for a solution for a problem that seems quite common to me. But I can’t find any directions.
The problem I’m having is that I receive multiple input files (xsl, xslx, csv, plain ascii) that I need to transform into one format. So I’m actually looking for a tool that can be configured to parse inputfiles and generate an outputfile in one format (preferably csv).
If such a tool doen’t exist, then I will probably create one myself using Visual Studio/C#. Can anyone give me any directions to existing tools and/or C# coding examples that do similar things?
Thanks in advance!
Kind regards,
Paul
If you decide to write a parser parsing xls to CSV with C#, a nice example can be found here
http://www.c-sharpcorner.com/uploadfile/yuanwang200409/how-to-convert-xls-file-into-csv-file-in-C-Sharp/