Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Zaid-Ajaj/ExcelPluginTemplate
Template project to create Excel Add-ins with F# and ExcelDNA
https://github.com/Zaid-Ajaj/ExcelPluginTemplate
Last synced: about 5 hours ago
JSON representation
Template project to create Excel Add-ins with F# and ExcelDNA
- Host: GitHub
- URL: https://github.com/Zaid-Ajaj/ExcelPluginTemplate
- Owner: Zaid-Ajaj
- Created: 2021-10-17T17:12:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T14:02:51.000Z (about 3 years ago)
- Last Synced: 2024-10-12T13:25:37.676Z (29 days ago)
- Language: F#
- Size: 4.88 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-fsharp-project-templates - Zaid-Ajaj/ExcelPluginTemplate - Template project to create Excel Add-ins with F# and ExcelDNA (List / Excel)
README
# Excel Plugin Template
This template repository contains a minimal project to create Excel Add-ins with F# and [ExcelDNA](https://github.com/Excel-DNA/ExcelDna). The project follows the old-style Full Framework format and targets .NET 4.7.2
To use this template, clone the repository locally and add the `ExcelPlugin` project into your own solution.