https://github.com/ShortArrow/PowerConeSnail
This is Powershell Injection Framework for Excel VBA.
https://github.com/ShortArrow/PowerConeSnail
powershell vba vba-excel
Last synced: 4 months 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T07:53:50.000Z (over 3 years ago)
- Last Synced: 2024-11-30T14:44:15.134Z (5 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
- jimsghstars - ShortArrow/PowerConeSnail - This is Powershell Injection Framework for Excel VBA. (PowerShell)
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).
## 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)