Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragouf/exceldnaunpacker
A program to unpack .xll add-in packed with Excel-DNA project : https://exceldna.codeplex.com/
https://github.com/dragouf/exceldnaunpacker
Last synced: about 2 months ago
JSON representation
A program to unpack .xll add-in packed with Excel-DNA project : https://exceldna.codeplex.com/
- Host: GitHub
- URL: https://github.com/dragouf/exceldnaunpacker
- Owner: dragouf
- Created: 2013-12-16T14:58:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T04:41:59.000Z (about 9 years ago)
- Last Synced: 2023-03-22T13:48:05.590Z (almost 2 years ago)
- Language: C#
- Homepage:
- Size: 236 KB
- Stars: 5
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ExcelDnaUnPacker
================A program to unpack .xll add-in pack with Excel-DNA project : https://exceldna.codeplex.com/
Usage
------------------ExcelDnaUnPack is a command-line utility to un-pack ExcelDna add-ins into a single .dll file.
Usage: ExcelDnaUnPack.exe xllPath [/O outputPath] [/Y]
xllPath The path to the .xll file for the ExcelDna add-in.
/Y If the output .dll exists, overwrite without prompting.
/O outPath Output path - default is -unpacked.dll.Example: ExcelDnaUnPack.exe MyAddins\FirstAddin.xll
The unpacked add-in file will be created as MyAddins\FirstAddin-unpacked.dll.The Excel-Dna integration assembly (ExcelDna.Integration.dll) is searched for
1. in the same directory as the .xll file, and if not found there,
2. in the same directory as the ExcelDnaUnPack.exe file.