Assets/ProjectTemplates/compare-excel/Run.ps1
# IMPORTANT: only PowerShell 7 is supported (do not run the script on PowerShell 5) # check your version of PowerShell with this command: $PSVersionTable # CAT will work if your PSVersion starts with 7. # To install CAT module, run this (if you haven't done so yet on your machine): Install-Module CAT -AcceptLicense -Force -AllowClobber -Scope CurrentUser # to run the project: cd $PSScriptRoot # navigate to the folder where Aero.cat.yaml file is Import-Module CAT Invoke-CatProject Aero.cat.yaml # !!! important: close the MS Excel files before you test them. It is necessary in some cases # (e.g., OneDrive or SharePoint synchronization may block the file) # that's it, you should see the results |