Posted: 8/3/2010
Dear all,
Here I am creating a web page and this, I will use a button(for convert excel),
my code-
protected void btn_convert_excel_Click(object sender, EventArgs e) { ExpReport.ExportType = ControlFreak.ExportPanel.AppType.Excel; } when I click on the button all records are converted in xls only show on page data like 3(rowCount) data are copied/convert in xls page.
protected void btn_convert_excel_Click(object sender, EventArgs e)
{
ExpReport.ExportType = ControlFreak.ExportPanel.AppType.Excel;
}
My question, when I click on the button convert all data in xls page.
Please suggest me.
with regards,
Siddiqui
Posted: 9/25/2010
Hello @Vasim,
I really doubt your code does anything except giving the Type to the ExpReport object.
Can you please elaborate more on this?
Update Check this blog post: http://weblogs.asp.net/hajan/archive/2011/01/30/gembox-spreadsheet-programmatically-create-excel-files-on-an-easy-way.aspx
Thanks,Hajan