outflanknl/EvilClippy

Using EvilClippy for the power of good

Beakerboy opened this issue · 1 comments

I have some VBA code on GitHub. Ideally, when I change the code, and add a tag, I would like Travis-ci or Appveyor to take the code, turn it into the ole binary format, and package it into a Excel Addin in the least Evil way possible, no obfuscation or hiding anything. I’m trying to distribute some open source statistics algorithms for widely without having to create the addin on my local workstation. It seems Microsoft likes to insert identifying information about the local environment into any addin that is created.

Thanks for the suggestion! I have raw PoC code for turning a text-based VBA file into MS-OVBA format. This that might turn into a separate project, but will not be part of Clippy. In the meantime, you may want to have a look at another project: https://github.com/JanKallman/EPPlus