Hello All.
Is there any Portal API available to call the Microsoft Excel Macro's.
we have created Macro's in MS Excel , we want call thos Macros , Is there any out of Box Portal Available to call portal API's/JAVA API.
Thanks,
Jagadish
Would need to know a bit more...Can you outline the business case you are working with? There's too many assumptions that I'd need to make (Is this JSR286, is it WEM-based site, is this for ingestion of xls in Portal Content Manager, is this a simple link to an xls in Portal?, et al).
There are best practices that could be suggested depending on the architecture available in your particular business case. So, just need a bit more info!
I'll assume that you are doing this so that when a xls is ingested (perhaps in Content Manager) that one or more of the macros inside the xls will be 'called' (as you say)?
Or is this when someone is viewing the xls seen perhaps in a document list in Portal?
Is WEM involved in this site? If so, best way is write a listener (pre-persistence) that uses MS api to get the macro.
So many other ways to do this!