VSTO Excel 2007: Include or embed a Workbook/Worksheet in an Add-in
        Posted  
        
            by Sven Sönnichsen
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sven Sönnichsen
        
        
        
        Published on 2010-03-26T09:46:32Z
        Indexed on 
            2010/03/26
            11:13 UTC
        
        
        Read the original article
        Hit count: 536
        
I want to include/embed an Excel worksheet with a predefined layout in an Excel Add-in, but I cannot add a project item "Workbook" to my VSTO project nor can I add a reference to a "Excel Workbook" project. So how can I do this?
My aim is to build an Excel Add-in which adds a new worksheet to an existing workbook (which is a download from SAP) to aggregate data.
Sven
© Stack Overflow or respective owner