Reloading an EWA Workbook Programmatically.

This will be a quickie.

 I mentioned the EwaGetSessionId(id) function on my earlier post and didn't want to forget the other useful Javascript function we're shipping in the EwrScripts.js file.

 With a simple Javascript function call you can trigger a workbook reload in EWR.  All you have to do is call:

EwaReloadWorkbook(id)

And pass it the Web Part ID of the ECS web part (you can use the same technique from my earlier post on how to do this).

 Enjoy!