All Tags » VSTA v 2 » Office (RSS)

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • ShapeAppCSharp v 2 Office Add-ins using XML

    Office 2007 introduced a new storage method for Office document. The new documents are actually packages- they are zip files of xml documents. To explore one of these packages, change the extension to .zip and explore it like any other zip file, or download the package explorer tool from CodePlex to...
    Posted to VSTA Samples (MediaGallery) by Melody on 06-17-2008
  • Using VSTA to Create Office Documents Through XML

    With the introduction of LINQ to XML and the OpenXml formatting of Office 2007 documents it is incredibly easy to use VSTA to import and export data from a host application to an Office document and vice versa. One benefit of using OpenXml (or for Excel straight xml as well) is that this can be performed...
    Posted to Melody's VSTA Blog (Weblog) by Melody on 06-17-2008
  • ShapeAppCSharp Add-In: Excel Data Entry- Updated with Beta Fix

    This sample demonstrates the use of VSTA to extend a host applicaiton to use a technology, Excel, without any changes being made to the host. The add-ins included use an Excel 2003 spreadsheet as a data entry form. To use Office applications in VSTA, add references to the appropriate assemblies. For...
    Posted to VSTA Samples (MediaGallery) by Melody on 01-22-2008
  • Using VSTA to extend a host with Office

    VSTA can be used extend a host to use a new technology, like an Office application, without requiring any changes in the host. One benefit of this is that the host is now compatible with any technology that can be accessed by an add-in. One example of this would be to use an Excel spreadsheet to enter...
    Posted to Melody's VSTA Blog (Weblog) by Melody on 01-21-2008
Page 1 of 1 (4 items)
Copyright Summit Software Company, 2008. All rights reserved.