How to save (in fact Save As) .xls file into a text file from C#. I tried File.Copy()
but I am unable to see data. I am getting some special characters in the text file.
Any help would be appreciated.
How to save (in fact Save As) .xls file into a text file from C#. I tried File.Copy()
but I am unable to see data. I am getting some special characters in the text file.
Any help would be appreciated.
You should use the Microsoft.Office.Tools.Excel.Workbook.SaveAs()
method