Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am facing the problem with excel. here is my question and what i m doing ?
At server side: When users comes to the .aspx page, he gets the option of downloading a excel file. when he clicks on download, (one blank template is already exist at server) excel file is created and populated with data from database using VBA and Macros are written for this and working fine. I am referencing a Interop.Excel dll which maps to excel.exe when excel is created at server side because i m creating excel.application, workbook, sheet objects which require excel must be installed on server. But Client do not want to install complete excel. He wants to install only "Run Time version of excel". Please let me know that whether run-time version is sufficient for above functionalitly or not. or Do we require to install complete excel setup on server. |