Toggle navigation
Add-in X Documentation
Github Repos
Contact
×
Contact us!
Name
Email
Message
After filling out this form, you just have to click on the button "Send". We will get your message, you can then close this window.
Documentation 1.0
Overview
Presentation
Excel Libraries
Add-in structure
Ribbon Builder
1. Installation
2. Quick Start
3. Unique Identifier
4. Tabs and groups
5. Box container
Controls
Button
Checkbox
Combo-box
DropDown
DialogBox Launcher
Edit-box
Label
Menu
Gallery
Toggle button
Examples
Excel functions
Ribbon
WCF service
WPF window
Getting Started pages
The following pages are tagged with
getting_started
Page
Excerpt
the add-in content
Program class (the entry point) The class program is the entry point of the add-in as it is thanks to this class that Excel-DNA can register the add-in to Excel. It can be only one class that derive from ** IExcelAddIn** in...
Introduction
Add-in X is a toolkit that allows you to create robust add-in with Excel-DNA.
Why using ExcelDNA and NetOffice
Why do we choose those 3rd parties libraries for Excel ?