Info from Silverlight into Excel?
July 5, 2012 11:16 AM Subscribe
Can I get this information from a site on Microsoft Silverlight into Excel?
I would like to get
this conference program into an Excel file. I really, really, really do not want to type in the information for each of the >600 sessions. Is it possible to get this information to go directly into Excel?
I don't know much about these sorts of things, but I can follow instructions and I'm a decent Excel user.
I'm on a Windows 7 machine with Office 2007 and have access to Office 2010.
posted by quadrilaterals to computers & internet (5 answers total) 2 users marked this as a favorite
If it were me, I would download the siverlight XAP off the site, rename it to .zip. Open it up and look at the servicereference.clinetconfig file to find out the URLs of the web services they are loading the data from. For instance, http://pag.webservices.aids2012.org/PAGWebService.svc. Write a SOAP client to see if I can access any of these directly to get the info. If you could find someone to do that you most likely could get the data as they are most likely not requiring any authentication to get the data from the web services. They would probably not like you abusing their web services so it might be best just to ask them.
posted by Ad hominem at 11:49 AM on July 5, 2012