Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 C#.NET 中的 Microsoft Office 互操作库的 Excel 2010 自动化项目。但现在我需要将它迁移到与 Open XML SDK 2.0 一起使用。有什么指导或建议吗?
OpenXML SDK 提供了太多的低级访问/功能。它需要一些时间来掌握,但具有很大的灵活性。
对于初学者,请使用 EPPlus 或 ExcelPackage 等库。如果您有非常非常大的文件要经常处理,那么最好选择 OpenXML。