0

My web application use ClosedXML to work with Excel files.

I'm trying to copy worksheet using an Excel template with header and footer, but in the result they don't appear. Only the data and cells appear. I use this method to copy my sheet.

IXLWorksheet sheet_new = sheet_old.CopyTo("Sheet_new"); 

Can you help me out?

Pablo Claus
  • 5,886
  • 3
  • 29
  • 38
oteal
  • 614
  • 2
  • 13
  • 25

1 Answers1

1

This has already been fixed on commit 76008. Pick that one from Source Code or wait for the next release.

Manuel
  • 10,869
  • 14
  • 55
  • 86