数据源或 Linq 结果可与 VB.Net 配合使用
我现在发现了很多废话。但不是我正在寻找的东西。
我需要导出 LINQ 查询(或 DataGridview 的数据源) 到现有的 Excel 电子表格。假设在单元格 A25 之后,
我有一个使用 LINQ 进行数据绑定的 Windows 窗体应用程序。
有什么建议或好的例子吗?
提前致谢
i have found alot of sh*** right now. But not the things that im looking for.
I need to export a LINQ query (or the Datasource of my DataGridview)
to an existing Excel Spreadsheet. Lets Say after Cell A25
I have a Windows Form application using LINQ for the Databindings.
Any Suggestions or good Examples?
Thanks in Advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议使用 EPPlus 因为它简单、功能强大并且不需要Office/Excel 与 Excel 2007 电子表格(xlsx 文件)一起安装。它的许可模式是GPL。
我认为您不能毫无问题地将它用于 xls 文件。看看 Jan 说的话:http://epplus.codeplex.com/discussions/253371
I would recommend to use EPPlus because it's simple, powerful and works without having office/excel being installed with Excel 2007 spreadsheets(xlsx-files). It's license model is GPL.
I don't think that you can use it for xls-files without problems. Have a look what Jan said: http://epplus.codeplex.com/discussions/253371