0

I am using Filehelpers to write excel file. It has property TemplateFileso i can use file as template for rows.

But how can I add footer there? I want to add summary there. Is there any way of doing that?

Sreginogemoh
  • 1,309
  • 3
  • 10
  • 12

1 Answers1

0

There's no functionality within FileHelpers to do this.

However, you should be able to extend the source code to provide it. Have a look at the ExcelStorage.InsertRecords routine.

shamp00
  • 11,106
  • 4
  • 38
  • 81