Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kazurayam/gradleextractvbaplugin

A Gradle plugin that extracts VBA source codes out of Excel .xlsm file and Word .docm file
https://github.com/kazurayam/gradleextractvbaplugin

gradle vba

Last synced: 27 days ago
JSON representation

A Gradle plugin that extracts VBA source codes out of Excel .xlsm file and Word .docm file

Awesome Lists containing this project

README

        

# 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](https://poi.apache.org/apidocs/dev/org/apache/poi/poifs/macros/VBAMacroExtractor.html) class by Apache POI project.