Skip to content

Windows Command Line application to extract .vba-files from .xlsm-files

Notifications You must be signed in to change notification settings

aumayr/excel-macro-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel Macro Extrator

Windows Command Line application to extract .vba-files from .xlsm-files.

Usage:

$ ExcelMacroExtrator.exe file targetdir [--copy-xlsm]

# example
$ ExcelMacroExtrator.exe "C:\Dev\File.xslm" "C:\Dev\File-Source" --copy-xlsm

The --copy-xlsm-option copies the Excel-file to the targetpath as well.

Motivation

I develop a fair amount of Excel-VBA-Applications, and want to track the VBA-modules via git. The Excel-file itself is a binary-file, and therefore not really diff-able. With this tool I can extract the VBA-code to a targetdir and track that directory with git.

About

Windows Command Line application to extract .vba-files from .xlsm-files

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages