From time to time I want to get some result from a PowerShell command into Excel. Unless I’m missing something, there isn’t a great option to do this in standard PowerShell.
I know that you can use Export-Csv
or Export-Clixml
and then open the file in Excel. I know you can use Out-GridView
and then copy and paste from there into Excel (albeit without the column headings). You can also use…
Continue Reading james’s Article on their blog
Tip: Out-ExcelClipboard in PowerShell
From time to time I want to get some result from a PowerShell command into Excel. Unless I’m missing something, there isn’t a great option to do this in standard PowerShell. I know that you can use Export-Csv or Export-Clixml and then open the file in Excel.
Blog Syndicated with james’s Permission
More About This Author
Array
Business Central2023.05.16Tip: Out-ExcelClipboard in PowerShell
Business Central2022.11.22Trigger a Power Automate Flow from Business Central for a Selected Record
Business Central2022.11.16Getting Onboard with Power Platform as a Business Central Developer
Business Central2022.09.07Tip: Share a Git Hooks Directory Across Your Repositories