将 Excel 2007 转换为 Excel 2003
根据我的情况,我想将 Excel 2007 (.xlsx) 文件转换为 Excel 2003 (.xls)。
我想用 C# 代码来实现这一点。
感谢您的帮助。
According to my scenario, I want to convert Excel 2007 (.xlsx) file to Excel 2003 (.xls).
I want to to this with C# code.
Thanks for help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Excel 2007+ 的解决方案
在 Excel 2007 中,单击
Office 按钮
>另存为...
然后,将格式更改为
.xls
(Excel Workbook 97 - 2003)。没有任何Excel版本>2003的解决方案
请参阅本文
通过VBA解决
从通过批处理文件或 vba 将 .xls 转换为 .xlsm?
[编辑] 使用 C# 的解决方案
如何以编程方式将 xlsx 文件转换为 2003 xls 文件在 C# 中?
Solution with Excel 2007+
In Excel 2007, click on the
Office Button
>Save As...
Then, change the format to
.xls
(Excel Workbook 97 - 2003).Solution without any Excel version >2003
See this article
Solution through VBA
Way to convert from .xls to .xlsm via a batch file or vba?
[EDIT] Solution with C#
How to convert xlsx files into 2003 xls files programatically in C#?
在 Office 2007 中打开 Excel 2007 文件,然后单击左上角的 Ms-Office 日志
并选择另存为箭头按钮而不是另存为选项,然后选择 Excel 97-2003
选项......它绝对适合您。
Open the Excel 2007 file in Office 2007 and simply, Click on Top Left Ms-Office log
and select Save as arrow button not on Save as option and then select Excel 97-2003
option.....It Will Definitely Work For You.