Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shortarrow/powerconesnail
This is Powershell Injection Framework for Excel VBA.
https://github.com/shortarrow/powerconesnail
powershell vba vba-excel
Last synced: about 1 month ago
JSON representation
This is Powershell Injection Framework for Excel VBA.
- Host: GitHub
- URL: https://github.com/shortarrow/powerconesnail
- Owner: ShortArrow
- Created: 2021-11-08T07:54:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T07:53:50.000Z (about 3 years ago)
- Last Synced: 2024-11-30T14:44:15.134Z (about 2 months ago)
- Topics: powershell, vba, vba-excel
- Language: PowerShell
- Homepage:
- Size: 125 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
PowerConeSnail
====This is Powershell Injection Framework for Excel VBA.
## Description
You can injection your powershell script into your xlsm file easily.
The creature from which this repository name was derived is [Conus geographicus](https://www.wikiwand.com/en/Cone_snail).![Conus-geographicus](bin/Conus-geographicus.jpg)
## VS. [xlwings](https://www.xlwings.org/)
If your work environment is full of Linux and Unix, xlwings may be a better option. That may not be the case with Windows.
## Requirement
- Powershell 7 or Later
- Excel 2007 or Later
- Windows 7 or Later## Usage
1. Write your code in `src/main.ps1`.
1. First run `build-module.ps1`.
1. Then generated `src/Classes/PayloadCreater.vb`.
1. Next run `write-vba.ps1`.## Contribution
Always welcome.
## Licence
MIT
## Author
[@ShortArrow](https://github.com/ShortArrow)