score:1

Accepted answer

score:1

If I got you right, you want to convert an .xls file to .csv ? Then you'll want to look at this article: http://www.c-sharpcorner.com/uploadfile/yuanwang200409/how-to-convert-xls-file-into-csv-file-in-c-sharp/

As well as consider some answers on SO:

Personally I like the solution to extract .xls into dataset and then generate you .csv from datatble. (see c# datatable to csv)


Related Query

More Query from same tag