Evotec

Project

PSWriteHTML

PSWriteHTML is an open-source PowerShell project with packages, release history, and working documentation.

Stars 995
Forks 114
Open issues 69
PowerShell Gallery downloads 7,436,513
Release v1.41.0
Language: PowerShell Updated: 2026-04-11

API Reference

Function

New-TableButtonExcel

Aliases: New-HTMLTableButtonExcel
Namespace PSWriteHTML
Aliases
New-HTMLTableButtonExcel

Creates a new table button for exporting data to Excel with customizable options.

Remarks

This function creates a new table button for exporting data to Excel with customizable options. It allows users to specify the button title and display text.

Examples

Authored help example

EXAMPLE 1


New-TableButtonExcel -Title "Export to Excel" -ButtonName "Export"
        

Description ----------- Creates a new table button with the title "Export to Excel" and button name "Export".

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

New-TableButtonExcel [-ButtonName <String>] [-Title <String>] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

ButtonName String optionalposition: 1pipeline: False
The text to be displayed on the button.
Title String optionalposition: 0pipeline: False
The title to be displayed when hovering over the button.