Click here to Skip to main content
16,012,107 members

Comments by prejval2006 (Top 20 by date)

prejval2006 24-Jan-14 5:07am View    
how can there be no worsheet at index 1 ?
prejval2006 18-Jan-14 6:12am View    
There are a few ways you can deploy the customization.
1)You can store all of the assemblies and the excel file in a folder and run the application that way (if the excel file is passed around, the users must pass around the entire folder).
2)You can run an setup program that installs the assemblies to a specific folder on the users computer, and specifies the manifest at that location (if the excel file is passed around, the users must also pass around the setup program).
3)You can install the assemblies in a network location and specify in the document properties, that the manifest and the assemblies are all at that network location (if the excel file is passed around, nothing needs to be passed along with it - but there are security settings that need to be made. Read this page for more information).

I want it to use first option . Can you guide me how to do it ?
prejval2006 18-Jan-14 6:12am View    
There are a few ways you can deploy the customization.
1)You can store all of the assemblies and the excel file in a folder and run the application that way (if the excel file is passed around, the users must pass around the entire folder).
2)You can run an setup program that installs the assemblies to a specific folder on the users computer, and specifies the manifest at that location (if the excel file is passed around, the users must also pass around the setup program).
3)You can install the assemblies in a network location and specify in the document properties, that the manifest and the assemblies are all at that network location (if the excel file is passed around, nothing needs to be passed along with it - but there are security settings that need to be made. Read this page for more information).

I want it to use first option . Can you guide me how to do it ?
prejval2006 18-Jan-14 6:01am View    
No its not plugin . Plugin is at application level . I am doing it at document level that is modifying am existing excel .
prejval2006 18-Jan-14 6:00am View    
no i can share that folder to multiple people and they can individually use it