https://github.com/Beakerboy/Excel-Addin-Generator
Tools to create an Excel Addin from VBA code
https://github.com/Beakerboy/Excel-Addin-Generator
Last synced: 4 months ago
JSON representation
Tools to create an Excel Addin from VBA code
- Host: GitHub
- URL: https://github.com/Beakerboy/Excel-Addin-Generator
- Owner: Beakerboy
- Created: 2019-04-23T12:51:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T15:29:56.000Z (5 months ago)
- Last Synced: 2024-11-12T16:34:04.315Z (5 months ago)
- Language: Python
- Size: 185 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - Beakerboy/Excel-Addin-Generator - Tools to create an Excel Addin from VBA code (Python)
README
# Excel-Addin-Generator
Tools to create an Excel Addin from VBA code[](https://coveralls.io/github/Beakerboy/Excel-Addin-Generator?branch=master)
Preparation
------------An Excel Addin (.xlam) is a zip archive of XML and binary files. Some of these XML files contain information specific to the computer that was used to create the xlam file. This script can be used to create a standard xlam file from the VBA code.
The script can be given a source xlam file, from which the binary file is extracted and repackaged, or the binary file can be provided alone.
**Usage**
`python excelAddinGenerator/main.py path/to/vbaProject.bin output/to/myAddin.xlam`
or
`python excelAddinGenerator/main.py path/to/source.xlam output/to/myAddin.xlam`