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.bincontent to the stream - The
vbaCompiler.Compile*MacroFile()methods will accept streams
Breaking change
VbaCompilerno longer supports compiling files directly to file path
vbamc tool
- The
vbamctool will generate macro file in correct format based on the file extension