How can I get rid of the Header information coming as the last row in the excel exported.I am using dhtmlxGrid-to-Excel for ASP.NET.
Hello,
you may try developer version of the export tool
s3.amazonaws.com/uploads.hipcha … 120905.zip
with this version you can remove the footer:
ExcelWriter.PrintFooter = true/false;
ExcelWriter.PrintFooter property is no more there in the Export class.
Hi,
please try the export tool from my previous post,
This version of ExcelWriter have PrintFooter propertynamespace DHTMLX.Export.Excel
{
public class ExcelWriter
{
...
public bool PrintFooter { get; set; }