Hello,
Can I create Excel addins with Aspose Cells ?
Regards
Sereno
Hello,
Can I create Excel addins with Aspose Cells ?
Regards
Sereno
Hi,
//Setting an add-in formula on the “H11” cell of the worksheet
worksheet.Cells[“H11”].SetAddInFormula(“HRVSTTRK.xla”, “=pct_overcut(F3:G3)”);
Hello Amjad,
Thank you very much for yout quick response.
In fact, I use addin, mainly because I don't want users to be dependent
on a particular worbook.
Addins seems for me easier to deploy and update.
But, perhaps am I misusing classical Excel Aspose applications.
Regards
Hi,
Thanks for your posting and using Aspose.Cells.
Please use the function as mentioned above to fulfill your needs. If you face any other issue, please feel free to let us know. We will be glad to help you further.