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 Central13 September 2024Additional Details about Extension Settings in Business Central 25.0
- Business Central20 August 2024Testing Compatibility Between Runtime and Application Version in Business Central Builds
- Business Central30 April 2024Code Coverage Updates in VS Code with AL Test Runner
- Business Central1 March 2024Performance Profiling Tests with AL Test Runner