MS Excel XML 页眉页脚
我正在生成 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够像这样使用 cfinclude 标签
You should be able to use the cfinclude tag like this