{"id":15409212,"url":"https://github.com/augustoproiete/exceldna-unpack","last_synced_at":"2025-04-05T03:08:47.115Z","repository":{"id":24893465,"uuid":"28309761","full_name":"augustoproiete/exceldna-unpack","owner":"augustoproiete","description":"Command-line utility to extract the contents of Excel-DNA add-ins packed with ExcelDnaPack","archived":false,"fork":false,"pushed_at":"2025-03-02T06:22:12.000Z","size":1363,"stargazers_count":59,"open_issues_count":18,"forks_count":17,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-29T02:05:03.757Z","etag":null,"topics":["decompile","excel-dna","exceldna","extractor","hacktoberfest","packing","resource","unpacking"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/augustoproiete.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"augustoproiete"}},"created_at":"2014-12-21T19:07:06.000Z","updated_at":"2025-03-28T20:41:30.000Z","dependencies_parsed_at":"2024-07-09T03:11:37.599Z","dependency_job_id":"6c9282eb-31c0-4504-a642-c6863239bc15","html_url":"https://github.com/augustoproiete/exceldna-unpack","commit_stats":{"total_commits":107,"total_committers":4,"mean_commits":26.75,"dds":0.5233644859813085,"last_synced_commit":"284d77ec77ed684b59cb599edc4cc4bf03a314b8"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustoproiete%2Fexceldna-unpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustoproiete%2Fexceldna-unpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustoproiete%2Fexceldna-unpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustoproiete%2Fexceldna-unpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/augustoproiete","download_url":"https://codeload.github.com/augustoproiete/exceldna-unpack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280270,"owners_count":20912967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["decompile","excel-dna","exceldna","extractor","hacktoberfest","packing","resource","unpacking"],"created_at":"2024-10-01T16:38:29.598Z","updated_at":"2025-04-05T03:08:47.094Z","avatar_url":"https://github.com/augustoproiete.png","language":"C#","funding_links":["https://github.com/sponsors/augustoproiete"],"categories":[],"sub_categories":[],"readme":"| README.md |\r\n|:---|\r\n\r\n\u003cdiv align=\"center\"\u003e\r\n\r\n\u003cimg src=\"assets/exceldna-unpack-nuget.png\" alt=\"ExcelDna-Unpack\" width=\"100\" /\u003e\r\n\r\n\u003c/div\u003e\r\n\r\n\u003ch1 align=\"center\"\u003eExcelDna-Unpack\u003c/h1\u003e\r\n\u003cdiv align=\"center\"\u003e\r\n\r\nCommand-line utility to extract the contents of Excel-DNA add-ins that have been packed with ExcelDnaPack\r\n\r\n[![NuGet Version](http://img.shields.io/nuget/v/exceldna-unpack.svg?style=flat)](https://www.nuget.org/packages/exceldna-unpack) [![Stack Overflow](https://img.shields.io/badge/stack%20overflow-excel--dna-orange.svg)](http://stackoverflow.com/questions/tagged/excel-dna)\r\n\r\n![ExcelDna-Unpack Screenshot](assets/exceldna-unpack-screenshot.png)\r\n\r\n\u003c/div\u003e\r\n\r\n## Give a Star! :star:\r\n\r\nIf you like or are using this project please give it a star. Thanks!\r\n\r\n## Getting Started :rocket:\r\n\r\nExcelDna-Unpack can be downloaded as a standalone and portable executable, or installed as a [.NET Core tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools).\r\n\r\n### Installation (Standalone)\r\n\r\nDownload the latest version of ExcelDna-Unpack from the [Releases tab](https://github.com/augustoproiete/exceldna-unpack/releases), and extract the file `exceldna-unpack-{version}-{rid}.zip` to the location where your `.xll` add-in is stored.\r\n\r\n- `{version}` is the version of the ExcelDna-Unpack tool (latest version is recommended)\r\n- `{rid}` is the runtime identifier: Choose `win-x64` for 64-bit or `win-x86` for 32-bit\r\n\r\n### Installation (.NET Core Tool)\r\n\r\nDownload and install the [.NET Core 3.0 SDK](https://www.microsoft.com/net/download) or newer. Once installed, run the following command:\r\n\r\n```bash\r\ndotnet tool install --global exceldna-unpack\r\n```\r\n\r\nIf you already have a previous version of **exceldna-unpack** installed, you can upgrade to the latest version using the following command:\r\n\r\n```bash\r\ndotnet tool update --global exceldna-unpack\r\n```\r\n\r\n### Usage\r\n\r\nRun `exceldna-unpack --xllFile=NameOfYourAddIn.xll`\r\n\r\n```\r\nUsage: exceldna-unpack [\u003coptions\u003e]\r\n\r\nWhere [\u003coptions\u003e] is any of:\r\n\r\n--xllFile=VALUE    The XLL file to be unpacked; e.g. MyAddIn-packed.xll\r\n--outFolder=VALUE  [Optional] The folder into which the extracted files will be written; defaults to `.\\unpacked`\r\n--overwrite        [Optional] Allow existing files of the same name to be overwritten; defaults to `false`\r\n\r\nExample: exceldna-unpack --xllFile=MyAddIns\\FirstAddIn-packed.xll\r\n         The extracted files will be saved to MyAddIns\\unpacked\r\n```\r\n\r\n## Release History\r\n\r\nClick on the [Releases](https://github.com/augustoproiete/exceldna-unpack/releases) tab on GitHub.\r\n\r\n---\r\n\r\n_Copyright \u0026copy; 2014-2021 C. Augusto Proiete \u0026 Contributors - Provided under the [Apache License, Version 2.0](LICENSE)._\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugustoproiete%2Fexceldna-unpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faugustoproiete%2Fexceldna-unpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugustoproiete%2Fexceldna-unpack/lists"}