我必须将数据导出到excel。在 Excel 表中,我必须保留一些样式和分组功能。我尝试使用 EPPlus.dll 进行 POC,但出现错误
Error 1 The type or namespace name 'OfficeOpenXml' could not be found (are you missing a using directive or an assembly reference?)
我在我的 vs 2010 框架 4 中尝试过。
任何人都可以告诉我如何实现这一目标。或关于错误或任何其他带有下载 url 的 dll。
提前致谢。