Description
ExcelDna-Unpack is a command-line utility to extract the contents of Excel-DNA add-ins that have been packed with ExcelDnaPack
ExcelDna-Unpack alternatives and similar packages
Based on the "Office" category.
Alternatively, view ExcelDna-Unpack alternatives based on common mentions on social networks and blogs.
-
NPOI
a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop. -
EPPlus
DISCONTINUED. EPPlus is a .net library that reads and writes Excel 2007/2010 files using the Open Office Xml format (xlsx). -
ClosedXML
ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API. -
MiniExcel
Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet (support Linux, Mac) -
DocX
Fast and easy to use .NET library that creates or modifies Microsoft Word files without installing Word. -
ExcelDna
Excel-DNA - Free and easy .NET for Excel. This repository contains the core Excel-DNA library. -
Report-From-DocX-HTML-To-PDF-Converter
.NET Core library to create custom reports based on Word docx or HTML documents and convert to PDF -
Syncfusion .NET Word Framework
This repository contains the samples for Syncfusion file format Windows Forms products and the guide to use them. -
Syncfusion .NET PowerPoint Framework
A high-performance .NET PowerPoint framework without Microsoft Office or interop dependencies. Create, read, and edit PowerPoint files seamlessly. Effortlessly convert PowerPoint files to PDFs and images with powerful conversion APIs. [$] [Free for Individuals and Small Businesses] -
Outlook Redemption
Library to work with the Outlook Object Model and (Extended) MAPI. Supports Outlook 98 -
Syncfusion .NET Excel Framework
A high-performance .NET Excel framework without Microsoft Office or interop dependencies. Create, read, and edit Excel documents seamlessly. Utilize Spreadsheet controls for creating, editing, and viewing easily. Effortlessly convert Excel files to PDF, images, and more with powerful conversion APIs. [$] [Free for Individuals and Small Businesses] -
GemBox.Bundle
A package of .NET components that enable fast, simple and efficient processing of office files (Excel, Word, PowerPoint, PDF and emails). [$]****[Free Lite versions]
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of ExcelDna-Unpack or a related project?
README
README.md |
---|
ExcelDna-Unpack
Command-line utility to extract the contents of Excel-DNA add-ins that have been packed with ExcelDnaPack
[ExcelDna-Unpack Screenshot](assets/exceldna-unpack-screenshot.png)
Give a Star! :star:
If you like or are using this project please give it a star. Thanks!
Getting Started :rocket:
ExcelDna-Unpack can be downloaded as a standalone and portable executable, or installed as a .NET Core tool.
Installation (Standalone)
Download the latest version of ExcelDna-Unpack from the Releases tab, and extract the file exceldna-unpack-{version}-{rid}.zip
to the location where your .xll
add-in is stored.
{version}
is the version of the ExcelDna-Unpack tool (latest version is recommended){rid}
is the runtime identifier: Choosewin-x64
for 64-bit orwin-x86
for 32-bit
Installation (.NET Core Tool)
Download and install the .NET Core 3.0 SDK or newer. Once installed, run the following command:
dotnet tool install --global exceldna-unpack
If you already have a previous version of exceldna-unpack installed, you can upgrade to the latest version using the following command:
dotnet tool update --global exceldna-unpack
Usage
Run exceldna-unpack --xllFile=NameOfYourAddIn.xll
Usage: exceldna-unpack [<options>]
Where [<options>] is any of:
--xllFile=VALUE The XLL file to be unpacked; e.g. MyAddIn-packed.xll
--outFolder=VALUE [Optional] The folder into which the extracted files will be written; defaults to `.\unpacked`
--overwrite [Optional] Allow existing files of the same name to be overwritten; defaults to `false`
Example: exceldna-unpack --xllFile=MyAddIns\FirstAddIn-packed.xll
The extracted files will be saved to MyAddIns\unpacked
Release History
Click on the Releases tab on GitHub.
Copyright © 2014-2020 C. Augusto Proiete & Contributors - Provided under the [Apache License, Version 2.0](LICENSE).
*Note that all licence references and agreements mentioned in the ExcelDna-Unpack README section above
are relevant to that project's source code only.