kazurayam / GradleExtractVBAPlugin

A Gradle plugin that extracts VBA source codes out of Excel .xlsm file and Word .docm file
Apache License 2.0
1 stars 1 forks source link
gradle vba

Gradle Plugin - extractVBA

A Gradle plugin that extracts VBA source codes out of MS Offic file -- Excel, Word, PowerPoint.

This Gradle plugin is actually a thin wrapper of org.apache.poi.poifs.macros.VBAMacroExtractor class by Apache POI project.