将 SPGridView 导出到文档

发布于 2024-07-17 02:21:04 字数 132 浏览 6 评论 0原文

我有一个使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

指尖上得阳光 2024-07-24 02:21:04

要导出到 .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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文