简体   繁体   English

Filehelpers将页脚添加到生成的Excel文件中

[英]Filehelpers add footer to generated excel file

I am using Filehelpers to write excel file. 我正在使用Filehelpers编写Excel文件。 It has property TemplateFile so i can use file as template for rows. 它具有属性TemplateFile因此我可以将文件用作行的模板。

But how can I add footer there? 但是,如何在其中添加页脚? I want to add summary there. 我想在那里添加摘要。 Is there any way of doing that? 有什么办法吗?

There's no functionality within FileHelpers to do this. FileHelpers中没有执行此操作的功能。

However, you should be able to extend the source code to provide it. 但是,您应该能够扩展源代码以提供它。 Have a look at the ExcelStorage.InsertRecords routine. 看一下ExcelStorage.InsertRecords例程。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM