2 lines
96 B
PowerShell
2 lines
96 B
PowerShell
|
|
Import-Csv -Path .\csv_html_test.csv | ConvertTo-Html -Fragment | Out-File .\csv_html_test.html
|