You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: