使用 Winforms(内置)导出到 CSV
有没有办法使用 .NET 2.0 Winforms 实现从数据网格导出 csv?
谢谢
Is there a way to implement csv exporting from a datagrid, using .NET 2.0 Winforms?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有内置任何东西,但自己做起来相当简单。
当然可以对此代码进行进一步的优化和改进。我对写出行的代码不满意。
There's nothing built in, but it's fairly straightforward to do yourself.
There are certainly further optimisations and improvements that can be made to this code. I'm not happy with the code that writes out the rows.