I want my application to go and find a csv excel file and convert it into a .xlsx file instead.
Here\'s what I\'m currently doing;
var fileName = @\"
I would recommend Closed XML which is a wrapper around Open XML SDK. Check out their examples. It's pretty easy to create a .xlsx file.