https://github.com/shristi-dev/excel-macro-demo
a workflow/build system for excel macro development
https://github.com/shristi-dev/excel-macro-demo
Last synced: 4 months ago
JSON representation
a workflow/build system for excel macro development
- Host: GitHub
- URL: https://github.com/shristi-dev/excel-macro-demo
- Owner: shristi-dev
- License: gpl-3.0
- Created: 2020-06-27T04:13:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T08:01:07.000Z (almost 5 years ago)
- Last Synced: 2024-05-23T00:32:11.884Z (11 months ago)
- Language: PowerShell
- Size: 46.9 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - shristi-dev/excel-macro-demo - a workflow/build system for excel macro development (PowerShell)
README
# A workflow/build system for excel macro development
To get started, install `ImportExcel` PowerShell module. Refer to [ImportExcel Project](https://github.com/dfinke/ImportExcel) for more details.
This code can be used in conjunction with the original CodeProject article published [here](https://www.codeproject.com/script/Articles/ArticleVersion.aspx?waid=4236203&aid=5272220)**Repo structure**
- `build.ps1` Build script
- `vba\*` VBA files
- `configuraion.psd1` Configuration document containing path to the macro files and their module namesExample:
```
.\build.ps1 -data (get-service|select -first 10) -outputfile "C:\test.xlsx"
```