Skip to content

This repository contains C# project that is showing sample VSTO excel add-in implementation

Notifications You must be signed in to change notification settings

research-and-develop/ExcelAddInPlayground

Repository files navigation

ExcelAddInPlayground

This repository contains C# project that is showing sample VSTO excel add-in implementation

Requirements

To run this project you need:

Project Type is Excel 2013 and 2016 VSTO Add-in

Info

The project is a simple playground. Mainly it shows:

  • background processing sample using TaskScheduler class;
  • adding custom menu items in cell's context menu(right click);
  • programatically creating of VBA module and functions inside of it;
  • making a proxy between the excel application and add-in's C# code that allows you to call C# functions from VBA;

Cheers!

About

This repository contains C# project that is showing sample VSTO excel add-in implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages