work on :
- Windows Server 2019
- Windows 10
- Windows 11
Run powershell.exe as admin
then do
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
then [A] Yes to All
then when first time run with admin
Select [A] Yes to All
to install ImportExcel module pwsh (require internet connection at first time!)
then done voila
tutorial later
- GUI version with .ps1 still on going
- abandoned ps1 support
- reverse enginering powershell > python3 with chatgpt
- working with python3 code with chatgpt
- still on progress