1

I'm trying to change old GUI C# app. Program is XML file converter in output I have XLS file. I have task to create new file format instead of XLS, it should be XML.

Algorithm is complicated and I don't won't to write it from beginning.

In Excel we can simple 'Save as' XML and it works, but I'm unavailable to do this in C#.

File format is Microsoft.Office.Interop.Excel.Workbook workbook = null;

Pᴇʜ
  • 56,719
  • 10
  • 49
  • 73
  • See https://msdn.microsoft.com/en-us/library/h1e33e36.aspx – PaulF May 08 '17 at 10:27
  • http://stackoverflow.com/questions/7707247/converting-xlsx-to-xls-using-microsoft-office-compitablity-packs-excelcnv – Slai May 08 '17 at 10:38

0 Answers0