Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kazurayam/gradleextractvbaplugin
- Owner: kazurayam
- License: apache-2.0
- Created: 2022-06-29T11:54:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-10T06:07:25.000Z (over 2 years ago)
- Last Synced: 2024-11-10T13:32:38.704Z (3 months ago)
- Topics: gradle, vba
- Language: Java
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.