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