在 asp.net 中将额外的内容添加到导出的 Excel 工作表中

发布于 2024-11-30 21:55:54 字数 170 浏览 0 评论 0原文

我正在将 gridview 中选定的项目导出到 Excel。现在,导出的 Excel 应包含类似“Excel 下载日期:TODAY_DATE”的内容(其中 TODAY_DATE 是今天的日期,格式为 mm/dd/yyyy)。

我的问题:如何在导出的 Excel 中附加文本(如上所述)?

谢谢!

I am exporting the selected items in gridview to excel. Now the exported excel should contain something like "Excel downloaded on: TODAY_DATE" (where TODAY_DATE is today's date in mm/dd/yyyy format).

My Question: How can i append the text (as mentioned above) in the exported excel?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

酒绊 2024-12-07 21:55:54

同样可以通过 html.writer("Content Comes here!") 完成。

仅当从 HTML 生成 Excel 工作表时,上述解决方案才有效。

The same can be done through html.writer("Content Comes here!").

The above solution is valid only if an excel sheet is generated from HTML.

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