XlFileFormat for excel 2010 file

折月煮酒 提交于 2019-12-05 18:54:23

问题


I want to create a excel 2010 file from C# so what will be the XlFileFormat Enumeration for it.

http://msdn.microsoft.com/en-us/library/microsoft.office.interop.excel.xlfileformat.aspx


回答1:


  • xlOpenXMLWorkbook for a .xlsx macro free workbook.
  • xlOpenXMLWorkbookMacroEnabled for a .xlsm macro enabled workbook.

The key piece of knowledge is that the new Office 2007 file formats are called Office Open XML.



来源:https://stackoverflow.com/questions/7362552/xlfileformat-for-excel-2010-file

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!