Dharm
Dharm

Reputation: 63

How to convert Excel 2003 templates to Excel 2007 templates using C#?

How do I built a console application that will convert all Excel 2003 templates to Excel 2007 templates?

Upvotes: 1

Views: 995

Answers (1)

Vinay B R
Vinay B R

Reputation: 8421

Use Workbook.SaveAs(), passing the file format as XlFileFormat.XlExcel12.

Upvotes: 1

Related Questions