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# 操作 excel 表的最佳库。我将使用 excel 工作表对工作表进行排序,使用公式 =EXACT(),通过使用下移单元格选项插入几列。将数据从数据库复制到excel。
我想知道哪个库可以提供更多的独立性来玩 excel
谢谢
你试过Microsoft.Office.Interop.Excel吗?我相信这暴露了您从使用 VBA ( ActiveSheet, Cells, Range, 等)中获得的所有功能
Microsoft.Office.Interop.Excel
ActiveSheet
Cells
Range
试试ClosedXML 。它处理排序、插入、删除,以及更多。这是排序数据文档。