MS Excel XML 页眉页脚

发布于 2024-08-30 23:12:34 字数 123 浏览 2 评论 0原文

我正在生成 XML Excel 格式的 Excel 报告。在此报告中,我必须在每页上重复顶部 25 行和底部 10 行,例如页眉和页脚。您能否指导我完成此任务所需的代码。我正在使用 ColdFusion。谢谢。

拉维

I'm generating a excel report in a XML Excel format. In this report I have to repeat the top 25 rows and bottom 10 rows on each page, like a header and a footer. Can you please guide me on the code that is required to accomplish this task. I'm using ColdFusion. Thank you.

Ravi

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

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

发布评论

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

评论(1

安静 2024-09-06 23:12:34

您应该能够像这样使用 cfinclude 标签

<cfinclude template="./header.xml" />

You should be able to use the cfinclude tag like this

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