将 SPGridView 导出到文档
我有一个使用 SPGridView 呈现表格数据的 Web 部件。 我需要在 Web 部件中提供一个按钮,单击该按钮会将 SPGridView 导出到文档中,最好是 Excel 工作表或 Word 文档。 如何从 SPGridView 导出数据?
I have a webpart which uses SPGridView to render tabulated data. I need to provide a button in the webpart, which upon clicking will export the SPGridView into a document, preferably, an Excel Sheet or a Word document. How do I export the data from an SPGridView?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://mattberseth.com/blog/2007/04/export_gridview_to_excel_1.html
我也将它用于 SPGridView...
http://mattberseth.com/blog/2007/04/export_gridview_to_excel_1.html
I have used it for the SPGridView as well...
要导出到 .xls 文件,请查看 此示例代码。
要导出到 .csv 文件这是另一篇文章,它是用于从 GridView 导出,但也应该适用于 SPGridView。
To export to an .xls file look at this sample code.
To export to a .csv file here's another post, it's for exporting from a GridView but should work for SPGridView as well.