An exporter for generating github compatible files from excel files.
This exports the following:
- Sheets displayed values
- Sheets formula values
- Sheet vba files
- ThisWorkbook vba file
- Module vba files
- Class vba files
- Custom Ribbon XML
Note
This program does not fire off vba code in ThisWorkbook
> Workbook_Open()
(and similar) subroutines
Warning
I usually use Office RibbonX Editor for creating my custom ribbons
As such, I haven't tested on any other custom ribbons
I have been looking for something that I could run on my vba/excel projects to keep track of changes in both the worksheets and the VBA backend. As I work with the VBA code, the displayed values and the formulas, I need something to track all of it. Here it is!
Feel free to fork and push your suggestions!
Happy to take any suggestions, and interested in any issues you have.
