v1.6.0
This release changes the VbaCompiler
to compile the vbaProject.bin
and the macro file to output streams instead of files.
Features
- The
VbaCompiler.CompileVbaProject(Stream)
will save thevbaProject.bin
content to the stream - The
vbaCompiler.Compile*MacroFile()
methods will accept streams
Breaking change
VbaCompiler
no longer supports compiling files directly to file path
vbamc
tool
- The
vbamc
tool will generate macro file in correct format based on the file extension