SQL Server Powershell Excel to HTML
Posted by: SQL Server DBA,
on 19 Jan 2012 |
View original | Bookmarked: 0 time(s)
SQL Server, Powershell and Excel are a good mix . But saving to Powershell output to HTML is versatile if requiring email attachments or publishing results to a web page .Any Powershell scripts using Excel as an end point can be converted to HTML with just a few lines of code. Therefore you can keep the Powershell \ Excel code , and add some lines for HTML output.The convert process , creates well formatted HTML pages , ideal for reports. Creating the reports in HTML makes them easier to read on...