$html = Import-CSV whatever.csv | ConvertTo-HTML
?
“Can’t get the format to work” doesn’t give me much to work with, but those two commands are where I’d start.
$html = Import-CSV whatever.csv | ConvertTo-HTML
?
“Can’t get the format to work” doesn’t give me much to work with, but those two commands are where I’d start.