开发者

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

开发者 https://www.devze.com 2023-01-16 19:16 出处:网络
How do I built a console applica开发者_JS百科tion that will convert all Excel 2003 templates to Excel 2007 templates?Use Workbook.SaveAs(), passing the file format as XlFileFormat.XlExcel12.

How do I built a console applica开发者_JS百科tion that will convert all Excel 2003 templates to Excel 2007 templates?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消