PSWriteHTML icon indicating copy to clipboard operation
PSWriteHTML copied to clipboard

PSWriteHTML is PowerShell Module to generate beautiful HTML reports, pages, emails without any knowledge of HTML, CSS or JavaScript. To get started basics PowerShell knowledge is required.

Results 82 PSWriteHTML issues
Sort by recently updated
recently updated
newest added

Hello, At a new version of this module, I found that table button is not working when I include **New-TableButtonCSV** in the script. ``` $data = Get-Process | Select-Object Name,WorkingSet,Id,VirtualMemorySize,CPU...

question

a question, having to create a report with data taken from a database, I collect the data and then I should report a line with the totals below, in the...

enhancement

### Discussed in https://github.com/EvotecIT/PSWriteHTML/discussions/412 Originally posted by **TrondSO** September 20, 2023 Hi, hope you still are updating this module. Just started to use your module, and it's great and fun...

enhancement

I have been using New-HTMLTopNav with success for a while now. The issue that I am running into is sprawl with nested links... One way I thought could help tremendously...

enhancement

Hello, I am using the following code to customize the text of the Search Builder button. While the inital load of the report shows the customized name, the moment the...

bug

New-HTMLTab -Name 'Trend - Service Requests' -IconRegular chart-bar { New-HTMLChart -Title 'Service Requests New vs Closed' -TitleAlignment center { New-ChartAxisX -Name $ColumnData.Week New-ChartLine -Name 'Tickets Open' -Value $ColumnData.Open -Color Blue...

When supplying `New-HTMLImage -Inline` with an SVG image (file or URI) it creates an invalid mime type (at least in modern browsers, unsure of the history there). In short: `svg`...

There appears to be at bug in PSWriteHTML.psm1- v.0.0.180 -> Function New-HTMLTableStyle as RowHoverSelected will show hover on selected item for odd row numbers only - after line 22918 added:...

question

While exporting the tables to Excel the headers of the tables are missing. The filer location for the tables is on the top. That might be the problem? I was...

enhancement

I know this is possible with New-HtmlTable so if we could please bring some of those capabilities to the email side, our emails would be that much prettier. My use...

enhancement