How do I add a collection hyperlinks in a specific cell or column of an Excel spreadsheet programmat
        Posted  
        
            by Girish
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Girish
        
        
        
        Published on 2009-10-27T12:33:46Z
        Indexed on 
            2010/04/25
            5:33 UTC
        
        
        Read the original article
        Hit count: 421
        
I am using functionality that creates an Excel spreadsheet in my application. It is achieved using the ExcelPackage DLL or the Microsoft Excel COM DLL.
I want something to hold hyperlink collections in a cell. Is there is any way to achieve this?
© Stack Overflow or respective owner