Is web-browser to Excel interprocess communication possible
        Posted  
        
            by 
                Abiel
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Abiel
        
        
        
        Published on 2011-01-09T16:37:07Z
        Indexed on 
            2011/01/09
            16:54 UTC
        
        
        Read the original article
        Hit count: 281
        
excel
Is is possible to write a browser plugin (one that requires the user to install something is OK) that would allow interprocess communication between the browser and a running instance of Excel (on Windows)? For example, suppose I want the user to be able to click something within their browser, and then have a piece of text drop into the selected cell in Excel as a result. This is certainly possible to do with a regular desktop application and Excel, but I'm not sure if it is possible with a browser, for security reasons.
© Stack Overflow or respective owner