PowerShell is a powerfull tool that will make your life easier. You can use it to automate your daily work or make boring taks interesting. It can also save you time to do whatherever you like.
If you are working on a Windows machine you already have it installed. This is an additional benefit.
As a bonus please find a git scripts at the end of the article. There are two working programs that are doing all the juicy stuff.
In this blog post you will see how can you:
– Connect to Excel using PowerShell
– Get a sheet name
– Find a named table
– Display value from the cell
– Loop through table
– Execute Excel Macro from PowerShell
– And finally save an Excel file using PowerShell