Sir,
I have to generate lots of report from sql server to different xls format.For example, Template01.xls - Template02.xls, and I write a windows forms with 2 menuitem or buttons to generate the 2 excels by calling different stored procedure, then using xlsIO to render each template. After deploye, Now my client needs a new report, he add a template03.xls , how to solve this problem without re-deploy the windows app ??any idea ?
Regards,
agichen