将 Excel 2007 转换为 Excel 2003

发布于 2024-12-13 12:49:02 字数 102 浏览 1 评论 0原文

根据我的情况,我想将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夜雨飘雪 2024-12-20 12:49:02

使用 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#?

晚雾 2024-12-20 12:49:02

在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文