Hello All,
Can someone let me know whether we can create pivot table from Excel file using Powershell ?
If yes, please provide me the reference links highlighting the module name and command that has to be used.
Thanks much !!;
Hello All,
Can someone let me know whether we can create pivot table from Excel file using Powershell ?
If yes, please provide me the reference links highlighting the module name and command that has to be used.
Thanks much !!;
Doug Finke’s ImportExcel Module
Get-Command *Pivot* -Module ImportExcel
You should be able to find plenty of blog posts and videos describing usage via your favourite search engine.