Hi,
Before asking my company to buy a telerik product, I was wondering if Telerik has a tool allowing to generate an Excel report base on a template file using an ObjectDataSource. Let say we have Template.xls file. I want to be able to export data into some specific cells in the Template.xls file and than save this in a temporay folder with the name ReportYYYYMMDD.xls send the file to the client side for the users to save it in his local machine.
I will need to use something like
- workbook.sheet1.cell(i,j)= xyz;
- workbook.sheet1.cell(i+1,j)= zzz
If it's possible, could you please point me that tool and show a complete code to use?
Thanks
Before asking my company to buy a telerik product, I was wondering if Telerik has a tool allowing to generate an Excel report base on a template file using an ObjectDataSource. Let say we have Template.xls file. I want to be able to export data into some specific cells in the Template.xls file and than save this in a temporay folder with the name ReportYYYYMMDD.xls send the file to the client side for the users to save it in his local machine.
I will need to use something like
- workbook.sheet1.cell(i,j)= xyz;
- workbook.sheet1.cell(i+1,j)= zzz
If it's possible, could you please point me that tool and show a complete code to use?
Thanks