导出 xls 文件和 Microsoft Office 并打开 Office

发布于 2024-12-04 06:30:01 字数 351 浏览 1 评论 0原文

我是否需要安装 Microsoft Excel 才能在 C# 中导出 xls 文件, 我的应用程序在我的电脑上运行,但是当我在另一台电脑上测试它时,它不包含 Excel 应用程序出现错误!

我看到这个链接 使用 Microsoft.Office.Interop.Excel 实际上没有有Excel吗?,我打电话给我的客户,他告诉我他使用Open Office和Microsoft Office,我可以使用的不仅仅是图书馆

do i need to install Microsoft Excel to be able to export xls file in c#,
I have my application it run in my pc but when I test it in another pc that it don't contain
Excel the application got errors !!

I see this link Using Microsoft.Office.Interop.Excel without actually having Excel?, I called my client and he tell me that he use open office and Microsoft office, I can use more than library

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

静谧 2024-12-11 06:30:01

根据您的需要,您可以使用一些库(免费或商业)来实现此目的:

  • OpenXML 2.0
  • Aspose.Cells(商业)
  • Flexcel(商业)
  • < a href="https://stackoverflow.com/q/151005/847363">从 C# 创建 Excel(.XLS 和 .XLSX)文件

Depending on what you need you can use some library (free or commercial) for this:

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