Hallo,
I got a Excel Info object using BIPlatform.Get method as follow
ResponseHolder rh = mPlatformService.Get("path://InfoObjects/Root Folder/fileName/", null);
Excel obj = (Excel)rh.InfoObjects.InfoObject[0];
But how can I add Custom properties and them save them back in Server?